filament1_predict | R Documentation |
Uses an estimated filament model to predict new observations
filament1_predict(object, newdata, alpha = 0.05, df = Inf, ...)
object |
The estimation object, like the output from |
newdata |
The data to use for prediction.
Must have a column |
alpha |
The target coverage error for the prediction intervals, Default: 0.05 |
df |
The degrees of freedom for t-quantiles for the prediction interval construction, Default: Inf |
... |
Additional arguments, currently ignored |
A data.frame with variables mean
, sd
, lwr
, and upr
, summarising
the prediction distribution for each row of newdata
.
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.