[Yuima-commits] r567 - pkg/yuima/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 17 07:09:11 CET 2017
Author: iacus
Date: 2017-01-17 07:09:10 +0100 (Tue, 17 Jan 2017)
New Revision: 567
Modified:
pkg/yuima/man/adaBayes.Rd
pkg/yuima/man/lseBayes.Rd
Log:
\donotrun examples on AdaBayes and LSEBayes
Modified: pkg/yuima/man/adaBayes.Rd
===================================================================
--- pkg/yuima/man/adaBayes.Rd 2017-01-17 05:47:55 UTC (rev 566)
+++ pkg/yuima/man/adaBayes.Rd 2017-01-17 06:09:10 UTC (rev 567)
@@ -36,6 +36,7 @@
Kamatani, K. (2017). Ergodicity of Markov chain Monte Carlo with reversible proposal. Journal of Applied Probability, 54(2).
}
\examples{
+\dontrun{
set.seed(123)
b <- c("-theta1*x1+theta2*sin(x2)+50","-theta3*x2+theta4*cos(x1)+25")
@@ -79,4 +80,5 @@
mcmc=1000,rcpp=TRUE, lower = lower, upper = upper)
print(bayes at coef)
}
+}
\keyword{ts}
Modified: pkg/yuima/man/lseBayes.Rd
===================================================================
--- pkg/yuima/man/lseBayes.Rd 2017-01-17 05:47:55 UTC (rev 566)
+++ pkg/yuima/man/lseBayes.Rd 2017-01-17 06:09:10 UTC (rev 567)
@@ -35,6 +35,7 @@
Kamatani, K. (2017). Ergodicity of Markov chain Monte Carlo with reversible proposal. Journal of Applied Probability, 54(2).
}
\examples{
+\dontrun{
####2-dim model
set.seed(123)
@@ -85,4 +86,5 @@
bayes2 at coef
}
+}
\keyword{ts}
More information about the Yuima-commits
mailing list