print.jmcsBig | R Documentation |
print method for class 'jmcsBig'
## S3 method for class 'jmcsBig'
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)
################################
mod2<-jmcsBig(dtlong=data.frame(long2),
dtsurv = data.frame(surv2),
longm=y~ x7+visit,
survm=Surv(time,status)~x1+visit,
rd= ~ visit|id,
samplesize=200,id='id')
print(mod2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.