powered by
This function returns the fitted values.
# S3 method for bellreg fitted(object, ...)
a vector with the fitted values (for MLE approach) or a matrix containing the posterior sample of the fitted values.
an object of the class bellreg.
further arguments passed to or from other methods.
# \donttest{ data(faults) fit <- bellreg(nf ~ lroll, data = faults) fitted.values(fit) # }
Run the code above in your browser using DataLab