Import of XML Model Description Specified in SmartPLS
Imports a .splsm file, an XML model description, specified in SmartPLS (see references). Note, that moderator effects specified within SmartPLS are not yet supported. Nevertheless moderating effects can be specified manually.
read.splsm(file=character(), order=c("generic", "alphabetical"))file |
A |
order |
A
|
The object returned is of class splsm with the elements:
connectionIDs |
A |
variables |
A |
latent |
A character vector naming the latent variables. |
manifest |
A |
path |
Is somehow identical with |
strucmod |
Contains only the subset of |
measuremod |
Contains only the subset of |
D |
The adjacency matrix \bm{D} for the structural model. |
M |
The adjacency matrix \bm{M} for the measurement model. |
blocks |
A |
order |
See armguments section. |
Ringle, C.M./Wende, S./Will, S.: SmartPLS 2.0 (M3) Beta, Hamburg 2005, http://www.smartpls.de.
# getting the path to file: 'ECSI_Tenenhaus.splsm' (generated by SmartPLS)
ptf <- system.file("SmartPLS", "workspace", "ecsi", "ECSI_Tenenhaus.splsm",
package="semPLS")
# creating the model specification to use with 'sempls()'.
ECSI <- read.splsm(ptf)
ECSIPlease choose more modern alternatives, such as Google Chrome or Mozilla Firefox.