Description Usage Arguments Details Value Author(s)
predict the test datasets with the results of the models.
1 2 | predict_test(model, teststudy, dataset, classvariable, classtype,
Trainstudy)
|
model |
object, a model object for predict. |
teststudy |
character, the names of the dataset, if the dataset is a list. |
dataset |
list or dataframe, the test dataset. |
classvariable |
character, the header name of the train or test dataframe for the classification. |
classtype |
character, the name of the positive group for classification. |
Trainstudy |
chraracter, the name of the origin data of the model. |
TODO
a list contianed the predict prob and roc results with sensitivity and specificity.
Shuangbin Xu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.