Nothing
#' ExploreModelMatrix
#'
#' ExploreModelMatrix is an R package for visualizing design matrices generated
#' by the \code{model.matrix()} R function.
#' Provided with a sample data table and a design formula, the
#' \code{ExploreModelMatrix()} function launches a shiny app where the user can
#' explore the fitted values (in terms of the model coefficients) for each
#' combination of predictor values.
#'
#' @name ExploreModelMatrix-pkg
#' @docType package
NULL
globalVariables(c("colorby", "value", "vjust", "coefficient",
"Sample", "vif", "nSamples", "rows", "cols",
"correlation"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.