View source: R/utils_lmnormal.R
lmPIT | R Documentation |
Compute probability inverse transform values for linear models.
lmPIT(x, y, theta)
x |
a matrix with n rows and p columns containing the explanatory variables. |
y |
a numeric vector of length n containing the response variable. |
theta |
a numeric vector of length (p+1), containing MLE of parameters in a linear model. |
a vector of length n containing the probability inverse transformed (PIT) values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.