Last chance! 50% off unlimited learning
Sale ends in
print method for class 'jmstanBig'
# S3 method for jmstanBig
print(x, ...)
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.
fitted object
others
# \donttest{
##
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)
# }
Run the code above in your browser using DataLab