dest(object,...)## S3 method for class 'liu'dest(object,...)## S3 method for class 'dliu'print(x,...)
Arguments
object: An object of class "liu".
x: An object of class "dliu" for the print.dest.dliu.
...: Not presently used in this implementation.
Details
The dest function computes different biasing parameter for the Liu regression. All these methods are already available in the literature proposed by various authors.
Returns
This function returns the list of following estimators of Liu parameter, available in the literature. - dopt: By Liu (1993): [∑(αj2−σ2)/((λj+1)2)]/[∑(σ2+λjαj2)/(λj(λj+1)2)]
dILE: By Liu, (2011): [∑(ei/(1−gii)∗(ei/(1−h1−ii)−(e^i/(1−hii))))]/[∑(ei/(1−gii)−(e^i/(1−hii)))2],
where, e^=yi−xi′(X′X−xixi′)−1(X′y−xiyi), e=yi−xi′(X′X+Ip−xixi′)−1(X′y−xiyi), G=X(X′X+Ip)−1X′ and H=X(X′X)−1X′.
dcl: By Liu, (1993): (1−σ^2)[∑(1/(λj+1))/(∑((λjα^j2)/(λj+1)2))].
GCV: GCV criterion for selection of optimal d, that is, GCV=(SSRd)/(n−1−trace(Hd)), where SSRd is residuals sum of squares from Liu regression at certain value of d and trace(Hd) is trace of hat matrix from Liu.
dGCV: returns value of d at which GCV is minimum.
References
Akdeniz, F. and Kaciranlar, S. (1995). On the Almost Unbiased Generalized Liu Estimators and Unbiased Estimation of the Bias and MSE. Communications in Statistics-Theory and Methods, 24 , 1789--1897. http://doi.org/10.1080/03610929508831585.
Imdad, M. U. (2017). Addressing Linear Regression Models with Correlated Regressors: Some Package Development in R (Doctoral Thesis, Department of Statistics, Bahauddin Zakariya University, Multan, Pakistan).
Imdadullah, M., Aslam, M., and Altaf, S. (2017). liureg: A comprehensive R Package for the Liu Estimation of Linear Regression Model with Collinear Regressors. The R Journal, 9 (2), 232--247.
Liu, K. (1993). A new Class of Biased Estimate in Linear Regression. Journal of Statistical Planning and Inference, 141 , 189--196. http://doi.org/10.1080/03610929308831027.
Liu, X-Q. (2011). Improved Liu Estimator in a Linear Regression Model. Journal of Statistical Planning and Inference,141, 189--196. https://doi.org/10.1016/j.jspi.2010.05.030.
Ozkale, R. M. and Kaciranlar, S. (2007). A Prediction-Oriented Criterion for Choosing the Biasing Parameter in Liu Estimation. Commincations in Statistics-Theory and Methods, 36 (10): 1889--1903. http://doi.org/10.1080/03610920601126522.
Author(s)
Muhammad Imdad Ullah, Muhammad Aslam
See Also
Liu model fitting liu, Liu residuals residuals.liu, Liu PRESS press.liu, Testing of Liu coefficients summary.liu
Examples
mod<-liu(y ~ ., data = as.data.frame(Hald), d = seq(-5,5,0.1))dest(mod)## Vector of GCV values for each ddest(mod)$GCV