inst/include/stan/math/PMXStan/examples/test_ode/ode1_gof.R

require(rstan)
source("ode1.data.R")
fit = stan("ode1.stan", data=.GlobalEnv, chains=1, iter=400)

require(wmisc)
p = as.vector(air(1))
plot(p, conc); abline(0,1, col="red")

Try the stanette package in your browser

Any scripts or data that you put into this service are public.

stanette documentation built on May 11, 2022, 5:11 p.m.