phecap_predict_phenotype {PheCAP} | R Documentation |
Predict Phenotype
Description
Compute predicted probability of having the phenotype for each patient in the dataset.
Usage
phecap_predict_phenotype(data, model)
Arguments
data |
an object of class |
model |
an object of class |
Value
A data.frame
with two columns:
patient_index |
patient identifier |
,
prediction |
predicted phenotype |
.
See Also
See PheCAP-package
for code examples.
[Package PheCAP version 1.2.1 Index]