File: two_class_dat.Rd

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 450 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/two_class_dat.R
\docType{data}
\name{two_class_dat}
\alias{two_class_dat}
\title{Two class data}
\value{
\item{two_class_dat}{a data frame}
}
\description{
Two class data
}
\details{
There are artificial data with two predictors (\code{A} and \code{B}) and
a factor outcome variable (\code{Class}).
}
\examples{
data(two_class_dat)
str(two_class_dat)
}
\keyword{datasets}