lmPIT {gofedf} | R Documentation |
Compute probability inverse transform values for linear models.
Description
Compute probability inverse transform values for linear models.
Usage
lmPIT(x, y, theta)
Arguments
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. |
Value
a vector of length n containing the probability inverse transformed (PIT) values
[Package gofedf version 0.1.0 Index]