File: mesquite.Rd

package info (click to toggle)
r-cran-projpred 2.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,180 kB
  • sloc: cpp: 296; sh: 14; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download | duplicates (2)
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
34
35
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{mesquite}
\alias{mesquite}
\title{Mesquite data set}
\format{
The response variable is the total weight (in grams) of
photosynthetic material as derived from actual harvesting of the bush. The
predictor variables are:
\describe{
\item{diam1}{diameter of the canopy (the leafy area of the bush) in meters,
measured along the longer axis of the bush.}
\item{diam2}{canopy diameter measured along the shorter axis.}
\item{canopy height}{height of the canopy.}
\item{total height}{total height of the bush.}
\item{density}{plant unit density (# of primary stems per plant unit).}
\item{group}{group of measurements (0 for the first group, 1 for the second
group).}
}
}
\source{
\url{http://www.stat.columbia.edu/~gelman/arm/examples/mesquite/mesquite.dat}
}
\usage{
mesquite
}
\description{
The mesquite bushes yields dataset from Gelman and Hill (2006)
(\url{http://www.stat.columbia.edu/~gelman/arm/}).
}
\references{
Gelman, Andrew, and Jennifer Hill. 2006. \emph{Data Analysis Using
Regression and Multilevel/Hierarchical Models}. Cambridge, UK: Cambridge
University Press. \doi{10.1017/CBO9780511790942}.
}
\keyword{datasets}