h_get_contrast {mmrm} | R 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 |
( |
effect |
( |
type |
( |
tol |
( |
Value
A matrix
of the contrast.
[Package mmrm version 0.3.15 Index]