print.ndrlm: Print summary of Generalized Network-based Dimensionality...

View source: R/print.ndrlm.R View source: R/nda.R

print.ndrlmR Documentation

Print summary of Generalized Network-based Dimensionality Reduction and Linear Regression Model (NDRLM)

Description

Print summary of Generalized Network-based Dimensionality Reduction and Linear Regression Model (NDRLM)

Usage

## S3 method for class 'ndrlm'
print(x, digits = getOption("digits"), ...)

Arguments

x

an object of class 'ndrlm'.

digits

the number of significant digits to use when add.stats = TRUE.

...

additional arguments affecting the summary produced.

Author(s)

Zsolt T. Kosztyan*, Marcell T. Kurbucz, Attila I. Katona

e-mail*: kzst@gtk.uni-pannon.hu

References

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>.

See Also

biplot, plot, summary, ndrlm.

Examples

# Example of print function of NDRLM without optimization of fittings

X<-freeny.x
Y<-freeny.y
NDRLM<-ndrlm(Y,X,optimize=FALSE)
print(NDRLM)


kzst/nda documentation built on Dec. 31, 2024, 10 p.m.