predict_lm {INSPECTumours} | R Documentation |
Make predictions, linear model
Description
Make predictions, linear model
Usage
predict_lm(model, newdata, single)
Arguments
model |
a model object |
newdata |
data frame in which to look for variables with which to predict |
single |
logical: TRUE if single study experiment |
Value
data frame with predictions
[Package INSPECTumours version 0.1.0 Index]