Skip to content

Commit f751fdc

Browse files
committed
deal with spill over code
1 parent 000b2ca commit f751fdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modeling/modeling.Rmd

+3-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ The fitted models do appear to provide a reasonable approximation, as demonstrat
276276
mypar(1,2)
277277
qqplot(theoretical,observed)
278278
abline(0,1)
279-
tmp=hist(biosds,main=paste("s_0 =", signif(estimates[[1]],2), "d =", signif(estimates[[2]],2)), xlab="sd", ylab="density", freq=FALSE, nc=100, xlim=c(0,1), ylim=c(0,9))
279+
tmp=hist(biosds,main=paste("s_0 =", signif(estimates[[1]],2),
280+
"d =", signif(estimates[[2]],2)),
281+
xlab="sd", ylab="density", freq=FALSE, nc=100, xlim=c(0,1), ylim=c(0,9))
280282
dd=df(sds^2/estimates$scale,11,estimates$df2)
281283
k=sum(tmp$density)/sum(dd) ##a normalizing constant to assure same area in plot
282284
lines(sds, dd*k, type="l", col=2, lwd=2)

0 commit comments

Comments
 (0)