View source: R/residuals.ndrlm.R
residuals.ndrlm | R Documentation |
Calculation of residual values of Generalized Network-based Dimensionality Reduction and Linear Regression Model (NDRLM)
## S3 method for class 'ndrlm'
residuals(object, ...)
object |
an object of class 'ndrlm'. |
... |
further arguments passed to or from other methods. |
Residual values (data frame)
Zsolt T. Kosztyan*, Marcell T. Kurbucz, Attila I. Katona
e-mail*: kosztyan.zsolt@gtk.uni-pannon.hu
KosztyƔn, Z. T., Katona, A. I., Kurbucz, M. T., & Lantos, Z. (2024). Generalized network-based dimensionality analysis. Expert Systems with Applications, 238, 121779. <URL: https://doi.org/10.1016/j.eswa.2023.121779>.
plot
, print
, ndrlm
.
# Example of residual function of NDRLM without optimization of fittings
X<-freeny.x
Y<-freeny.y
NDRLM<-ndrlm(Y,X,optimize=FALSE)
# Normality test for residuals
shapiro.test(residuals(NDRLM))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.