ISS-Analytics / modelr

Natural-feeling domain-specific language for building PLS structural equation models
0 stars 1 forks source link

modelr

The modelr package provides a natural syntax for researchers to describe PLS structural equation models.

Installation

You can install modelr from github with:

# install.packages("devtools")
devtools::install_github("ISS-Analytics/modelr")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code