| as.double.CovEsts | R Documentation |
This function provides a method for as.double for CovEsts objects, allowing for as.numeric to be called. It extracts the acf values from the object.
## S3 method for class 'CovEsts'
as.double(x, ...)
x |
A CovEsts S3 object. |
... |
Refer to base::double. |
The acf values from the CovEsts object.
as.numeric(standard_est(c(1, 2, 3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.