#' @title ngme: An R package for non-Gaussian mixed-effect models
#'
#' The ngme package provides functions for parameter estimation and prediction for non-Gaussian mixed-effect models.
#'
#' @section Main functions:
#' \code{\link{ngme.par}}
#' \code{\link{predict.ngme}}
#'
#' @docType package
#' @name ngme_package
#' @importFrom Rcpp evalCpp
#' @useDynLib ngme, .registration = TRUE
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.