boot_fit: Computes Bootstrapping P Values for Outfit and Infit...

View source: R/Item-Fit.R

boot_fitR Documentation

Computes Bootstrapping P Values for Outfit and Infit Statistics

Description

Computes Bootstrapping P Values for Outfit and Infit Statistics

Usage

boot_fit(
  object,
  B,
  p.adj = c("BH", "holm", "hochberg", "hommel", "bonferroni", "BY", "none")
)

Arguments

object

an object of class "Rm" (output of RM or PCM) or class "pcmodel"

B

Number of replications.

p.adj

Correction method for multiple testing. The methods are "BH","holm", "hochberg", "hommel", "bonferroni", "BY", "none". See p.adjust.

Value

object of class bootfit with outfit and infit statistics and corresponding p values.


muellermarianne/iarm documentation built on Sept. 2, 2022, 10:30 a.m.