useDynLib(ModelGood)
export("Roc",
       "Brier",
       "predictStatusProb")

S3method(print,Brier)
S3method(print,Roc)
S3method(plot,Roc)
S3method(lines,Roc)
S3method(summary,Brier)
S3method(summary,Roc)

S3method(Brier,list)
S3method(Brier,randomForest)
S3method(Brier,glm)
S3method(Brier,lrm)
S3method(Brier,rpart)

S3method(Roc,list)
S3method(Roc,randomForest)
S3method(Roc,glm)
S3method(Roc,lrm)
S3method(Roc,rpart)

S3method(predictStatusProb,randomForest)
S3method(predictStatusProb,glm)
S3method(predictStatusProb,lrm)
S3method(predictStatusProb,rpart)
