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

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