-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
32 lines (23 loc) · 845 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# mxregsem
<!-- badges: start -->
<!-- badges: end -->
## What is this?
The `mxregsem` package is an R package for applying regularization techniques to models in the extended Structural Equation Modeling (xSEM) framework. The goal of mxregsem is to provide flexible and expandable means of implementing regularization to allow users to easily develop and test new approaches to and applications of regularization in xSEM models.
## Installation
You can install the latest version of mxregsem with:
``` r
# install.packages("devtools")
devtools::install_github("trbrick/mxregsem")
```