Skip to content

Commit 4cfdf03

Browse files
committed
minor changes: plot latent utility
1 parent a68e3b8 commit 4cfdf03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vignettes/Chapter08.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ knitr::opts_chunk$set(
1717
fig.height = 6
1818
)
1919
knitr::opts_knit$set(global.par = TRUE)
20-
pdfplots <- FALSE # default: FALSE; set this to TRUE only if you like pdf figures
20+
pdfplots <- TRUE # default: FALSE; set this to TRUE only if you like pdf figures
2121
```
2222

2323
```{r, include = FALSE}
@@ -34,7 +34,7 @@ with value of 1.
3434

3535
```{r, echo = -c(1:2)}
3636
if (pdfplots) {
37-
pdf("8-1_0.pdf", width = 8, height = 5)
37+
pdf("8-1_0.pdf", width = 8, height = 4)
3838
}
3939
par(mfrow = c(1, 3), mar = c(2.5, 2.5, 2.5, .1), mgp = c(1.5, .5, 0), lwd = 1.5)
4040
curve(dnorm(x,mean=1), from=-3, to=5, xlab=expression(z[i]),ylab="", col="blue")
@@ -53,7 +53,7 @@ polygon(c(dens$x[dens$x >=0],0), c(dens$y[dens$x>=0],0), col="red",border=NA)
5353
```
5454
### Example 8.1: Labor market data
5555

56-
We illustrate probit regression analysis for the labor market data.
56+
We now perform probit regression analysis for the labor market data.
5757

5858
```{r}
5959
library("BayesianLearningCode")

0 commit comments

Comments
 (0)