plot.ndrlm function

Plot function for Generalized Network-based Dimensionality Reduction and Regression (GNDR)

Plot function for Generalized Network-based Dimensionality Reduction and Regression (GNDR)

Plot the structural equation model, based on the GNDR

## S3 method for class 'ndrlm' plot(x, sig=0.05, interactive=FALSE,...)

Arguments

  • x: An object of class 'NDRLM'.
  • sig: Significance level of relationships
  • interactive: Plot interactive visNetwork graph or non-interactive igraph plot (default FALSE).
  • ...: other graphical parameters.

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

Author(s)

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

e-mail*: kosztyan.zsolt@gtk.uni-pannon.hu

See Also

summary, ndr,ndrlm.

Examples

# Plot function for non-optimized SEM X<-freeny.x Y<-freeny.y NDRLM<-ndrlm(Y,X,optimize=FALSE) plot(NDRLM)