https://github.com/cran/VarReg
Raw File
Tip revision: e35ecb6bb58670d5a56fa666c72f3eac2b414316 authored by Kristy Robledo on 24 April 2018, 11:45:28 UTC
version 1.0.2
Tip revision: e35ecb6
VarReg.R
#' VarReg: Semi-parametric mean and variance regression
#'
#' Methods for fitting semi-parametric mean and variance models, with normal or censored data.
#' Also extended to allow a regression in the location, scale and shape parameters.
#'
#' This package provides functions to fit semi-parametric mean and variance regression models. These models
#' are based upon EM-type algorithms, which can have more stable convergence properties than other
#'  algorithms for additive variance regression models.
#'
#'The primary function to use for linear and semi-parametric mean and variance models is \code{\link{semiVarReg}}.
#'This function also is able to fit models to censored outcome data. There is also a plot function for these
#'models called \code{\link{plotVarReg}}.
#'A search function has also been produced in order to assist users to find the optimal number of knots in
#'the model (\code{\link{searchVarReg}}).
#'
#' The other functions that are of particular use are \code{\link{lssVarReg}} and its plot function
#' \code{\link{plotlssVarReg}}. This uses the skew-normal distribution and combines the EM algorithm with
#' a coordinate-ascent type algorithm in order to fit a regression model in the location, scale and shape,
#'  therefore extending the semi-parametric models to non-normal data.
#'
#'
#' @docType package
#' @name VarReg
#' @author Kristy Robledo \email{robledo.kristy@@gmail.com}
"_PACKAGE"
back to top