print.jmstanBig | R Documentation |
print method for class 'jmstanBig'
## S3 method for class 'jmstanBig'
print(object, digits = 3, ...)
object |
object |
digits |
used for round the numeric values after decimal |
... |
others |
prints table containing various parameter estimates, SE, P- value for both survival and longitudinal submodel, if the model is bayesian it includes their credible interval too.
##
library(survival)
library(dplyr)
mod1<-jmstanBig(dtlong=long2,
dtsurv = surv2,
longm=y~ x7+visit+(1|id),
survm=Surv(time,status)~x1+visit,
samplesize=200,
time_var='visit',id='id')
print(mod1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.