View source: R/cosinor-predict.R
predict.cosinor | R Documentation |
cosinor
Predict from a cosinor
## S3 method for class 'cosinor'
predict(object, new_data, type = "numeric", ...)
object |
A |
new_data |
A data frame or matrix of new predictors. |
type |
A single character. The type of predictions to generate. Valid options are:
|
... |
Additional arguments passed to the prediction function |
A tibble of predictions. The number of rows in the tibble is
guaranteed to be the same as the number of rows in new_data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.