File: footsize.Rd

package info (click to toggle)
r-cran-factominer 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,008 kB
  • sloc: ansic: 192; sh: 4; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (4)
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
\name{footsize}

\alias{footsize}

\docType{data}

\title{footsize}

\description{
Dataset for the covariance analysis (a quantitative variable explained by quantitative (continuous) and qualitative (categorical) variables)
}

\usage{data(footsize)}

\format{
Dataset with 84 rows and 3 columns:
footsize, size and sex}

\examples{

data(footsize)
res3 <- AovSum (footsize ~ size + sex + size :sex, data=footsize)
res3
}

\keyword{datasets}