mymaxlik: Maximum Likelihood Function

Description Usage Arguments Value Examples

View source: R/mymaxlik.R

Description

Maximum Likelihood Function

Usage

1
mymaxlik(lfun, x, param, ...)

Arguments

lfun

A log likelihood, must be defined.

x

Vector of the sample daata

param

A regular sequence to and from defined values

...

Extra arguments to make output more specific to needs

Value

A list of max's, params, column sums, and slope and produces a plot

Examples

1
## Not run: mymaxlik(x=c(9,9,1,9,9,9),param=seq(0,1,length=1000),lfun=logbin,xlab=expression(pi),main="Binomial",cex.main=2)

jndaniel12/MATH4753DANIEL documentation built on April 25, 2021, 1:47 a.m.