summary.mlds.bt | R Documentation |
Extracts the means and standard deviations of the bootstrapped scale values from an MLDS experiment.
## S3 method for class 'mlds.bt'
summary(object, standard.scale = TRUE, sigma = FALSE, ...)
object |
object of class ‘mlds.bt’, typically obtained from running |
standard.scale |
logical, if TRUE (default), the values are returned on the standard scale (0, 1). Otherwise, the values are returned in unnormalized units. |
sigma |
If TRUE and |
... |
additional arguments to summary, currently unused. |
Returns means and standard deviations bootstrapped values for an object of class ‘mlds.bt’. By default the values are on the standard scale but may be renormalized by the standard deviation of each bootstrap run before taking the means and standard deviations.
A two column matrix is returned of the bootstrap means and standard deviations in columns 1 and 2, respectively.
Kenneth Knoblauch
boot.mlds
data(kk1)
kk.mlds <- mlds(kk1)
kk.bt <- boot.mlds(kk.mlds, nsim = 10)
summary(kk.bt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.