| boot_fit | R Documentation | 
Computes Bootstrapping P Values for Outfit and Infit Statistics
boot_fit(
  object,
  B,
  p.adj = c("BH", "holm", "hochberg", "hommel", "bonferroni", "BY", "none")
)
| 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  | 
object of class bootfit with outfit and infit statistics and corresponding p values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.