R/ExploreModelMatrix-pkg.R

#' 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"))

Try the ExploreModelMatrix package in your browser

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

ExploreModelMatrix documentation built on Nov. 8, 2020, 6:49 p.m.