h_get_contrast: Obtain Contrast for Specified Effect

View source: R/interop-car.R

h_get_contrastR Documentation

Obtain Contrast for Specified Effect

Description

This is support function to obtain contrast matrix for type II/III testing.

Usage

h_get_contrast(
  object,
  effect,
  type = c("II", "III", "2", "3"),
  tol = sqrt(.Machine$double.eps)
)

Arguments

object

(mmrm)
the fitted MMRM.

effect

(string) the name of the effect.

type

(string) type of test, "II", "III", '2', or '3'.

tol

(numeric) threshold blow which values are treated as 0.

Value

A matrix of the contrast.


mmrm documentation built on Oct. 7, 2024, 1:14 a.m.