R/data.R

#' Testing the linear model
#'
#' This dataset is used to test the linear_model() function.
#'
#' @format A data frame with 2 rows and 2 variables
#' \describe{
#'   \item{y}{response variable}
#'   \item{x1,x2}{regressors}
#'   ...
#' }
"lm_patho"
siqiangsu/bis557 documentation built on Dec. 21, 2020, 2:15 a.m.