print.jmbayesBig {jmBIG}R Documentation

print.jmbayesBig

Description

print method for class 'jmbayesBig'

Usage

## S3 method for class 'jmbayesBig'
print(object, digits = 4, ...)

Arguments

object

object

digits

used for round the numeric values after decimal

...

others

Value

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.

Examples

 
##
library(survival)
library(dplyr)

#################################
mod3<-jmbayesBig(dtlong=long2,
dtsurv = surv2 ,
longm=y~ x7+visit,
survm=Surv(time,status)~x1+visit,
rd= ~ visit|id,
timeVar='visit',
nchain=1,
samplesize=200,
id='id')
print(mod3)
   

[Package jmBIG version 0.1.2 Index]