T3MS {sasLM} | R Documentation |
Type III Expected Mean Square Formula
Description
Calculates a formula table for expected mean square of Type III SS.
Usage
T3MS(Formula, Data, L0, eps=1e-8)
Arguments
Formula |
a conventional formula for a linear model |
Data |
a |
L0 |
a matrix of row linear contrasts, if missed, |
eps |
Less than this value is considered as zero. |
Details
This is necessary for further hypothesis tests of nesting factors.
Value
A coefficient matrix for Type III expected mean square
Author(s)
Kyun-Seop Bae k@acr.kr
Examples
T3MS(log(CMAX) ~ SEQ/SUBJ + PRD + TRT, BEdata)
[Package sasLM version 0.10.4 Index]