forked from statmlhb/CVEK
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmydata.Rd
30 lines (30 loc) · 1.04 KB
/
mydata.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mydata.R
\docType{data}
\name{mydata}
\alias{mydata}
\title{Dataset as an example}
\format{A data frame with 100 rows and 5 variables}
\usage{
data(mydata)
}
\description{
A dataset containing one column of fixed effects variable, two groups of
random effects variables, each with two columns of variables respectively.
The variables are as follows:
}
\details{
\itemize{
\item Y. (vector of length n) Reponses of the dataframe.
\item x1. (dataframe, n*1) Fixed effects variables in the dataframe.
\item z1. (dataframe, n*1) The first column of the first group of random effects
variables in the dataframe.
\item z2. (dataframe, n*1) The second column of the first group of random effects
variables in the dataframe.
\item z3. (dataframe, n*1) The first column of the second group of random effects
variables in the dataframe.
\item z4. (dataframe, n*1) The second column of the second group of random effects
variables in the dataframe.
}
}
\keyword{datasets}