File: df_gaussian.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 (24 lines) | stat: -rw-r--r-- 535 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{df_gaussian}
\alias{df_gaussian}
\title{Gaussian toy example}
\format{
A simulated regression dataset containing 100 observations.
\describe{
\item{y}{response, real-valued.}
\item{x}{predictors, 20 in total. Mean and SD are approximately 0 and 1,
respectively.}
}
}
\source{
\url{https://web.stanford.edu/~hastie/glmnet/glmnetData/QSExample.RData}
}
\usage{
df_gaussian
}
\description{
Gaussian toy example
}
\keyword{datasets}