File: xmpl.Rd

package info (click to toggle)
r-cran-erm 1.0-6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,952 kB
  • sloc: f90: 401; ansic: 103; makefile: 8
file content (26 lines) | stat: -rwxr-xr-x 612 bytes parent folder | download | duplicates (5)
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
\encoding{UTF-8}
\name{xmpl}
\alias{xmpl}
\alias{xmplbig}
\docType{data}
\title{Example Data}
\description{
  Ficitious data sets - matrices with binary responses
}
\usage{data(xmpl)}
\format{
  The format of \code{xmpl} is:\cr
  300 rows (referring to subjects) \cr
   30 columns (referring to items) \cr

  The format of \code{xmplbig} is:\cr
  4096 rows (referring to subjects) \cr
   128 columns (referring to items) \cr
  \code{xmplbig} has the maximum dimensions that the RaschSampler package
  can handle currently.
}
\examples{
data(xmpl)
print(head(xmpl))
}
\keyword{datasets}