Compute probability inverse transform values for linear models.
lmPIT(x, y, theta)
a vector of length n containing the probability inverse transformed (PIT) values
a matrix with n rows and p columns containing the explanatory variables.
a numeric vector of length n containing the response variable.
a numeric vector of length (p+1), containing MLE of parameters in a linear model.