mle: Maximum likelihood estimator.

Description Usage Arguments

View source: R/ModelPoset.R

Description

Computes the maximum likelihood estimator of the model parameters (for a given model in the collection) given the data set with setData.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
mle(this, model)

## S3 method for class 'BinomialMixtures'
mle(this, model)

## S3 method for class 'FactorAnalyses'
mle(this, model)

## S3 method for class 'GaussianMixtures'
mle(this, model)

## S3 method for class 'LCAs'
mle(this, model)

## S3 method for class 'LatentForests'
mle(this, model)

Arguments

this

the object representing the model poset.

model

the model for which the maximum likelihood should be computed.


sBIC documentation built on May 2, 2019, 4:16 a.m.