asg_mle: asg_mle

Description Usage Arguments Value Examples

View source: R/asg_mle.R

Description

A function which finds and formats the mle of ASG ff

Usage

1
2
asg_mle(y, x, sd, group, season, inits = NULL, ll = NULL,
  correction = TRUE)

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/asgForecast documentation built on July 26, 2020, 7:10 p.m.