#' @import lme4
#' @importFrom MASS ginv
#' @importFrom magrittr "%>%"
#' @importFrom parallel clusterCall clusterExport clusterSetRNGStream
#' mclapply detectCores makeCluster
#'
#' @importClassesFrom Matrix Matrix
#' @importFrom Matrix Matrix sparseMatrix rankMatrix
#' @importMethodsFrom Matrix t isSymmetric "%*%" solve diag chol
#' chol2inv forceSymmetric "*"
#'
#' @importFrom graphics abline legend lines plot
#' @importFrom methods as is
#' @importFrom stats as.formula family formula getCall logLik
#' model.matrix pchisq pf pgamma printCoefmat quantile simulate
#' terms update update.formula var vcov sigma
#'
.dumfunction_afterimportFrom <- function(){}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.