R/NeuralNetTools_neuraldat.R

#' Simulated dataset for function examples 
#'
#' A simulated dataset of 2000 observations containing two response variables and three explanatory variables.  Explanatory variables were sampled from a standard normal distribution.  Response variables were linear combinations of the explanatory variables.  The response variables Y1 and Y2 are standardized from 0 to 1.
#'
#' @format A data frame with 2000 rows and 5 variables:
#' \describe{
#'   \item{Y1}{numeric}
#'   \item{Y2}{numeric}
#'   \item{X1}{numeric}
#'   \item{X2}{numeric}
#'   \item{X3}{numeric}
#'   ...
#' }
#' 
"neuraldat"

Try the NeuralNetTools package in your browser

Any scripts or data that you put into this service are public.

NeuralNetTools documentation built on Jan. 6, 2022, 5:06 p.m.