View source: R/cosinor-constructor.R
augment.cosinor | R Documentation |
cosinor
objectAugment accepts a cosinor
model object and adds information about each observation in the dataset. This includes the predicted values in the .fitted
column and the residuals in the .resid
column. New columns always begin with a .
prefix to avoid overwriting columns in original dataset.
## S3 method for class 'cosinor'
augment(x, ...)
x |
A |
... |
For extensibility |
a tibble
object
Other cosinor:
cosinor()
,
ggcosinor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.