calculatepower: Calculate Power

View source: R/calculatepower.R

calculatepowerR Documentation

Calculate Power

Description

Calculates the power of the model given the non-centrality parameter

Usage

calculatepower(X, L, lambda, alpha, degrees_of_freedom)

Arguments

X

The model matrix

L

The parameter matrix/vector

lambda

The non-centrality parameter for the F test

alpha

the specified type-I error

degrees_of_freedom

The number of degrees of freedom.

Value

The power for a given parameter L, given the


skpr documentation built on July 9, 2023, 7:23 p.m.

Related to calculatepower in skpr...