Learn R Programming

sasLM (version 0.10.5)

e3: Get a Contrast Matrix for Type III SS

Description

Makes a contrast matrix for type III SS.

Usage

e3(x, eps=1e-8)

Value

A contrast matrix for type III SS.

Arguments

x

an output of ModelMatrix

eps

Less than this value is considered as zero.

Author

Kyun-Seop Bae k@acr.kr

Details

It makes a contrast matrix for type III SS. If zapsmall is used, the result becomes more inaccurate.

Examples

Run this code
  round(e3(ModelMatrix(uptake ~ Plant + Type + Treatment + conc, CO2)), 12)

Run the code above in your browser using DataLab