Skip to content

Commit

Permalink
Update data poor
Browse files Browse the repository at this point in the history
  • Loading branch information
iagomosqueira committed Oct 2, 2017
1 parent b1e042a commit c545c2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Data_Poor_MSE_in_FLBEIA.Rmd 100755 → 100644
Expand Up @@ -10,9 +10,15 @@ pdf_document:
toc: yes
---

```{r setup, include=FALSE}
```{r, ini, echo=FALSE, results='hide', message=FALSE}
# This chunk set the document environment, so it is hidden
library(knitr)
source("R/ini.R")
set.seed(1423)
```

```{r echo=FALSE, out.width='20%'}
include_graphics('images/FLBEIA_logo.png')
```

# Introduction
Expand Down Expand Up @@ -210,7 +216,7 @@ RandPar_flbeia[,3] <- RandPar_SPict[,'n'] - 1
remiter <- unique(c(which((RandPar_flbeia[,'p']/RandPar_flbeia[,'r']) < -1), which(RandPar_flbeia[,'r']> 2)))
RandPar_flbeia <- RandPar_flbeia[-remiter,]
# Identify the valid iterations and select the first 100.
Niter <- Nit <- 100
Niter <- Nit <- 20
valid_iters <- as.numeric(dimnames(RandPar_flbeia)[[1]])[1:Niter]
```

Expand Down
Binary file modified docs/pdf/Data_Poor_MSE_in_FLBEIA.pdf
Binary file not shown.

0 comments on commit c545c2d

Please sign in to comment.