em: EM algorithm to compute the MLE for beta regression with...

View source: R/RcppExports.R

emR Documentation

EM algorithm to compute the MLE for beta regression with rounded responses

Description

EM algorithm to compute the MLE for beta regression with rounded responses

Usage

em(y, x, theta, maxit = 30L, eps = 1e-07, verbose = TRUE)

Arguments

y

a n-vector of response

x

a n x p matrix of design

theta

vector of parameter

maxit

maximum number of iteration

eps

tolerance

verbose

boolean for printing information


samorso/IBpaper documentation built on April 29, 2022, 10:21 p.m.