File: y.Rd

package info (click to toggle)
rmatrix 0.95.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,732 kB
  • ctags: 2,028
  • sloc: ansic: 22,357; makefile: 74; sh: 28
file content (23 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{y}
\alias{y}
\docType{data}
\title{A sample response vector}
\description{
The response vector of length 1850 corresponding to the model matrix \code{mm}.
}
\usage{data(y)}
\format{
  The format is:
 num [1:1850] 64.07  5.88 64.03  5.96 76.41 ...
}
%\details{}
%\source{}
\seealso{\code{\link{mm}}}
\references{
  Roger Koenker and Pin Ng (2003), ``SparseM: A sparse matrix package
  for R'', \emph{J. of Statistical Software}, 8(6).
}
\examples{
data(y)
}
\keyword{datasets}