View source: R/reanalyse.powerNLSEM.R
reanalyse.powerNLSEM | R Documentation |
Reanalyse powerNLSEM object
reanalyse.powerNLSEM(
out,
test = NULL,
powerLevels = NULL,
power_modeling_method = NULL,
alpha = NULL,
alpha_power_modeling = NULL
)
out |
object of class powerNLSEM |
test |
Should the parameter be tested with a directed hypothesis (onesided) or with an undirected hypothesis (twosided, also equivalent to Wald-Test for single parameter). Default to |
powerLevels |
Power levels for which the desired sample sizes should be computed. Needs to be a vector. Default to |
power_modeling_method |
Character indicating the power modeling method used. Default to |
alpha |
Type I-error rate for significance decision. Default to |
alpha_power_modeling |
Type I-error rate for confidence band around predicted power rate. Used to ensure that the computed |
Returns list of desired sample sizes per effect for each powerLevel
. Nall
refers to the sample size required per power level for all coefficients. Npower
is a matrix containing the desired sample sizes per effect for every power level.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.