plotloglikihg: Plot of the log-likelihood function of the IHG distribution

Description Usage Arguments See Also Examples

View source: R/plotloglikihg.R

Description

Plot the log-likelihood function of an IHG model fitted to a given absolute frequency distribution, over the whole support of the preference parameter. It returns also the ML estimate.

Usage

1
plotloglikihg(m,freq)

Arguments

m

Number of ordinal categories

freq

Vector of the absolute frequency distribution

See Also

loglikIHG

Examples

1
2
3
m<-7
freq<-c(828,275,202,178,143,110,101)
max<-plotloglikihg(m,freq)

CUB documentation built on March 31, 2020, 5:14 p.m.