summary.power | R Documentation |
This function is adpated from the lavaan
summary function to put the results in a table.
## S3 method for class 'power' summary(object,...)
object |
Output from the function either |
... |
Other options |
The on-screen output includes the basic information of this power analysis, parameters' true values, parameter estimates, average bootstrap standard error, standard deviation of the parameter estimates, powers, standard error of the estimated powers and empirical coverage probability of the constructed CIs.
ex1model<-' math ~ c*ME + start(0)*ME + b*HE + start(0.39)*HE HE ~ a*ME + start(0.39)*ME ab := a*b ' N <- 50 system.time(power_robust <- power.bmem(ex1model, method = "robust", nobs = N, nrep=100, parallel=TRUE, ncore=8)) summary.power(power_robust)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.