asg_mle: mle_finder

Description Usage Arguments Value Examples

View source: R/mle_finder.R

Description

A function which finds and formats the mle of ASG ff

Usage

1
asg_mle(y, x, num, group, season, inits = NULL, ll = NULL)

Arguments

y

response variable which follows binomial dist

x

explanatory variable

group

groups of response

season

seasons in response

inits

initial values for optim (defualt=NULL)

ll

likelihood to be optimized (defualt=ASG)

count

n in binomial dist

Value

A function

Examples

1
asg_mle(y, x, num, group, seas)

nulloa/functform documentation built on May 27, 2019, 12:12 p.m.