File: df_binom.Rd

package info (click to toggle)
r-cran-projpred 2.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 740 kB
  • sloc: cpp: 355; sh: 14; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 473 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{df_binom}
\alias{df_binom}
\title{Binomial toy example.}
\format{
A simulated classification dataset containing 100 observations.
\describe{
  \item{y}{target, 0 or 1.}
  \item{x}{features, 30 in total.}
}
}
\source{
\url{http://web.stanford.edu/~hastie/glmnet/glmnetData/BNExample.RData}
}
\usage{
df_binom
}
\description{
Binomial toy example.
}
\keyword{datasets}