wald: A method is implemented for all the mmi model classes. A...

waldR Documentation

A method is implemented for all the mmi model classes. A method is also implemented for the family class. In that case the method is basically a loop over all models stored in the family and then the method for the model is called for each model element. If the method is called on a model object a tidy tibble will be set up with the result for the treatment or the treatment levels. If the method is called on a family object individual tibbles will be set up for each model element which will then be binded together in a map-reduce pattern.

Description

Currently only implemented for mmi_lm objects. Standard wald test.

Usage

wald(object)

## S3 method for class 'mmi_lm'
wald(object)

## S3 method for class 'fam'
wald(object)

Arguments

object

Either an mmi model object or an mmi model family object.

Methods (by class)

  • mmi_lm: Performs a wald test for mmi_lm objects.

  • fam: Loops over all model elements in the family and does a Wald test for each, if defined; tidy tibbles with this information will then be binded together. Also computes the FDR-adjusted significance level.


JacobBergstedt/mmi documentation built on March 8, 2024, 8:25 a.m.