mle: Maximum Likelihood Estimates

Description Usage Examples

Description

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

Usage

1
2
## S4 method for signature 'Cblmr'
mle()

Examples

1
2
3
4
5
##  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 <- blmr(y,x)
sc$mle()

blmr documentation built on May 2, 2019, 6:36 p.m.

Related to mle in blmr...