Learn R Programming

netSEM

The R package 'netSEM' conducts a net-SEM statistical analysis (network structural equation modeling) on a data frame of coincident observations of multiple continuous variables. Principle 1 generates an inferential model through pairwise correlation of variables based on the Markovian Spirit. Principle 2 provides a predictive model through multiple regression with the model complexity and performance evaluated using either Akaike Information Criterion (AIC) or Bayesian Information Criterion (BIC) specified by the user.

netSEM Usage

This is a simple example for generating degradation models using netSEM principle 1 and principle 2.

# Load in netSEM library
library(netSEM)
# Load in example data
data(acrylic)
# Perform principle 1 and principle 2
acrylic_p1 <- netSEMp1(acrylic)
acrylic_p2 <- netSEMp2(acrylic, criterion = "AIC") #AIC by default
# Plotting netSEM diagrams
plot(acrylic_p1, cutoff = c(0.3,0.6,0.8))
plot(acrylic_p2, cutoff = c(0.3,0.6,0.8))

Copy Link

Version

Install

install.packages('netSEM')

Monthly Downloads

189

Version

0.6.2

License

GPL (>= 2)

Maintainer

Laura Bruckman

Last Published

September 6th, 2023

Functions in netSEM (0.6.2)

IVfeature

IV features data
pathwayPredict

Summary of predicted and observed response values along a pathway
summary.netSEMp2

Summary of netSEMp2
pet

A data frame of an degradation experiment of poly(ethylene-terephthalate) films
netSEMp1

network Structural Equation Modeling (netSEM)
netSEMp2

network Structural Equation Modelling (netSEM) - Principle 2
PVmodule

Dataframe for PV module degradation under Damp Heat Exposure
plot.netSEMp1

Plotting of netSEM diagram
path

Extract Path Model Equation
backsheet

Backsheet PET/PET/EVA Degradation
summary.netSEMp1

Summary of netSEMp1
plot.netSEMp2

Plotting of netSEM diagram
metal

Aluminum Gradient Material for Metal's Design
netSEM-package

netSEM: Network Structural Equation Modeling
crack

Crack Quantification for Photovoltaic Backsheets
genInit

Generate initial values for nls function
pathwayRMSE

Summary of pathway RMSE
acrylic

A data frame of an acrylic polymer degradation experiment