parameterpower: Calculates parameter power

View source: R/parameterpower.R

parameterpowerR Documentation

Calculates parameter power

Description

Calculates parameter power

Usage

parameterpower(
  RunMatrix,
  levelvector = NULL,
  anticoef,
  alpha,
  vinv = NULL,
  degrees = NULL,
  parameter_names
)

Arguments

RunMatrix

The run matrix

levelvector

The number of levels in each parameter (1st is always the intercept)

anticoef

The anticipated coefficients

alpha

the specified type-I error

vinv

The V inverse matrix

Value

The parameter power for the parameters


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

Related to parameterpower in skpr...