accessor {fromo} | R Documentation |
Accessor methods.
Description
Access slot data from a centsums
object.
Usage
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"))
Arguments
x |
a |
type |
the type of moment to compute. |
Note
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.
Author(s)
Steven E. Pav shabbychef@gmail.com
[Package fromo version 0.2.1 Index]