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_gaussian}
\alias{df_gaussian}
\title{Gaussian toy example.}
\format{
A simulated regression dataset containing 100 observations.
\describe{
\item{y}{target, real-valued.}
\item{x}{features, 20 in total. Mean and sd approximately 0 and 1.}
}
}
\source{
\url{http://web.stanford.edu/~hastie/glmnet/glmnetData/QSExample.RData}
}
\usage{
df_gaussian
}
\description{
Gaussian toy example.
}
\keyword{datasets}
|