predict.codacore {codacore} | R Documentation |
predict
Description
predict
Usage
## S3 method for class 'codacore'
predict(object, newx, asLogits = TRUE, numLogRatios = NA, ...)
Arguments
object |
A codacore object. |
newx |
A set of inputs to our model. |
asLogits |
Whether to return outputs in logit space (as opposed to probability space). Should always be set to TRUE for regression with continuous outputs, but can be toggled for classification problems. |
numLogRatios |
How many predictive log-ratios to include in the prediction. By default, includes the effects of all log-ratios that were obtained during training. Setting this parameter to an integer k will restrict to using only the top k log-ratios in the model. |
... |
Not used. |
[Package codacore version 0.0.4 Index]