effectpowermc: Fit Anova for Effect Power Calculation in Monte Carlo

View source: R/effectpowermc.R

effectpowermcR Documentation

Fit Anova for Effect Power Calculation in Monte Carlo

Description

Calculates the p-values for the effect power calculation in Monte Carlo

Usage

effectpowermc(
  fit,
  type = "III",
  test = "Pr(>Chisq)",
  model_formula = NULL,
  firth = FALSE,
  glmfamily = "gaussian",
  effect_terms = NULL,
  RunMatrixReduced = NULL,
  method = NULL,
  contrastslist = contrastslist,
  effect_anova = FALSE,
  ...
)

Arguments

fit

Fit from regression

type

Default 'III'

test

Default 'Pr(>Chisq)'.

...

Additional arguments to pass to car::Anova

Value

p-values


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

Related to effectpowermc in skpr...