cosinor
Predict from a cosinor
# S3 method for cosinor
predict(object, new_data, type = "numeric", ...)
A cosinor
object.
A data frame or matrix of new predictors.
A single character. The type of predictions to generate. Valid options are:
"numeric"
for numeric predictions.
Not used, but required for extensibility.
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
.