File: mallows.dat.Rd

package info (click to toggle)
r-cran-robust 0.7-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,548 kB
  • sloc: fortran: 11,898; ansic: 741; sh: 13; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 586 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
24
25
26
27
28
29
30
31
32
33
\name{mallows.dat}
\alias{mallows.dat}
\docType{data}

\title{Mallows Data}

\description{
An exmaple data set for the mallows fitter in glmRob.
}

\usage{data(mallows.dat)}

\format{
  A data frame with 70 observations on the following 4 variables.
  \describe{
    \item{\code{y}}{a numeric vector.}
    \item{\code{a}}{a numeric vector.}
    \item{\code{b}}{a numeric vector.}
    \item{\code{c}}{a numeric vector.}
  }
}

\source{
Don't know - if you know please email the package maintainer.
}

\examples{
data(mallows.dat)
}

\keyword{datasets}