accessor | R Documentation |
Access slot data from a centsums
object.
sums(x)
## S4 method for signature 'centsums'
sums(x)
moments(x, type = c("central", "raw", "standardized"))
## S4 method for signature 'centsums'
moments(x, type = c("central", "raw", "standardized"))
x |
a |
type |
the type of moment to compute. |
The moment computations provided by fromo are numerically robust, but will often not provide the same results as the 'standard' implementations, due to differences in roundoff. We make every attempt to balance speed and robustness. User assumes all risk from using the fromo package.
Steven E. Pav shabbychef@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.