predict.metamodel | R Documentation |
Predict from a one-way or two-way metamodel
## S3 method for class 'metamodel'
predict(object, ranges = NULL, nsamp = 100, ...)
object |
object with class "metamodel" |
ranges |
a named list of the form c("param" = c(0, 1), ...)
that gives the ranges for the parameter of interest. If NULL,
parameter values from the middle 95
from this range is determined by |
nsamp |
number of samples from ranges |
... |
further arguments to |
a data.frame
containing the outcome values predicted by the metamodel
for each strategy and each combination of parameter values defined by ranges
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.