| makepredictcall.quadratic | R Documentation |
A utility to help model.frame.default create the correct matrices
when predicting from models with quadratic,
hyperbolic, or boxCox terms. Used only internally.
## S3 method for class 'quadratic' makepredictcall(var, call) ## S3 method for class 'hyperbolic' makepredictcall(var, call) ## S3 method for class 'boxCox' makepredictcall(var, call) ## S3 method for class 'scaleRng' makepredictcall(var, call)
var |
a variable. |
call |
the term in the formula, as a call. |
A replacement for call for the prediction variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.