Last data update: 2014.03.03

R: Maximum Likelihood Estimates
mleR Documentation

Maximum Likelihood Estimates

Description

Maximum-likelihood estimates of parameters. Estimates are without bias correction except for the variance.

Usage

## S4 method for signature 'Cpp_Clmbr'
mle()

Examples

#  Data for Patient B from Smith and Cook (1980)
y <- c(37.3, 47.1, 51.5, 67.6, 75.9, 73.3, 69.4, 61.5, 31.8, 19.4)
x <- 1:10
sc <- lm.br(y~x)
sc$mle()

Results