Matrix of fixed effects of size n x d where n=200 and d=2
data("X")
The format is: num [1:200, 1:2] 1 1 1 1 1 1 1 1 1 1 ...
data(X) ## maybe str(X) ; plot(X) ...