R/RcppExports.R
em.Rd
EM algorithm to compute the MLE for beta regression with rounded responses
em(y, x, theta, maxit = 30L, eps = 1e-07, verbose = TRUE)
a n-vector of response
a n x p matrix of design
vector of parameter
maximum number of iteration
tolerance
boolean for printing information