#' mydataset contains three regressors and one simulated response variable
#' with known parameter through a linear regression model with intercept
#'
#' @title mydataset
#' @name mydataset
#' @docType tibble
#' @author Francesco Barile \email{f.barile2@@campus.unimb.it}
#' @keywords data
NULL
#' mydataset_noconst contains three regressors and one simulated response variable
#' with known parameter through a linear regression model without intercept
#'
#' @title mydataset_noconst
#' @name mydataset_noconst
#' @docType tibble
#' @author Francesco Barile \email{f.barile2@@campus.unimb.it}
#' @keywords data
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.