Learn R Programming

EstHer (version 1.0)

X: Matrix of fixed effects

Description

Matrix of fixed effects of size n x d where n=200 and d=2

Usage

data("X")

Arguments

Format

The format is: num [1:200, 1:2] 1 1 1 1 1 1 1 1 1 1 ...

Examples

Run this code
data(X)
## maybe str(X) ; plot(X) ...

Run the code above in your browser using DataLab