Computes the bias of an `mle` object assuming the large sample approximation is valid and the MLE regularity conditions are satisfied. In this case, the bias is zero (or zero vector).
Source:R/mle.R
bias.mle.Rd
This is not a good estimate of the bias in general, but it's arguably better than returning `NULL`.
Usage
# S3 method for mle
bias(x, theta = NULL, ...)