Print method for summarizing InSilicoVA Model Fits
Print method for summarizing InSilicoVA Model Fits
This function is the print method for class insilico.
## S3 method for class 'insilico'print(x,...)
Arguments
x: insilico object.
...: not used
Examples
## Not run:# load sample data together with sub-population listdata(RandomVA1)# extract InterVA style input datadata <- RandomVA1$data
# extract sub-population information. # The groups are "HIV Positive", "HIV Negative" and "HIV status unknown".subpop <- RandomVA1$subpop
# run without subpopulationfit1<- insilico( data, subpop =NULL, Nsim =400, burnin =200, thin =10, seed =1, external.sep =TRUE, keepProbbase.level =TRUE)fit1
## End(Not run)
References
Tyler H. McCormick, Zehang R. Li, Clara Calvert, Amelia C. Crampin, Kathleen Kahn and Samuel J. Clark Probabilistic cause-of-death assignment using verbal autopsies, Journal of the American Statistical Association (2016), 111(515):1036-1049.