mpt
. Results should be compared to those of multinomial tree model 1 given by perfect.trees
before making inference.
imperfect.trees(TP,FN,TN,FP,study, data,...)
"print"(x,...)
print
).perfect.trees
.
## load data of the screening outcome of Mini Mental State Examination (MMSE)
data(MMSE)
## fit the multinomial tree model 2, imperfect reference
imperfect.trees(TP=TP,FN=FN,TN=TN,FP=FP,study=study,data=MMSE)
Run the code above in your browser using DataLab