# NOT RUN {
## example("mrgsims")
mod <- mrgsolve::house() %>% init(GUT=100)
out <- mrgsim(mod)
class(out)
# }
# NOT RUN {
out
# }
# NOT RUN {
head(out)
tail(out)
dim(out)
names(out)
mat <- as.matrix(out)
df <- as.data.frame(out)
# }
# NOT RUN {
out$CP
# }
# NOT RUN {
plot(out)
# }
# NOT RUN {
plot(out, CP~.)
plot(out, CP+RESP~time, scales="same", xlab="Time", main="Model sims")
# }
Run the code above in your browser using DataLab