File: xmpl.Rd

package info (click to toggle)
raschsampler 0.8-4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 336 kB
  • ctags: 14
  • sloc: f90: 400; makefile: 1
file content (25 lines) | stat: -rwxr-xr-x 594 bytes parent folder | download | duplicates (7)
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
\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}