You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added support for latent variables (denoted by circles) in plots
2
+
# lavaanPlot 0.8.1
4
3
5
-
*Added support for edge labels with significant coefficients
4
+
*Fixed bug with the standardized coefficents in `lavaanPlot2`
6
5
7
-
# lavaanPlot 0.4.0
6
+
# lavaanPlot 0.8.0
8
7
9
-
* Added support for latent variable loading labels
8
+
* Introducing conditional formatting which allows one to apply different formatting to different sets of nodes and edges
9
+
* Version 0.8.0, is introducing conditional formatting to the `lavaanPlot` package, using the new `formatting` function. Check out the new vignette explaining the changes here: [Conditional Formatting in LavaanPlot](https://lavaanplot.alexlishinski.com/Conditional_Formatting)
10
10
11
-
* Added support for covariance edges
11
+
# lavaanPlot 0.7.0
12
12
13
-
* Corrected the direction of arrows for latent variable loadings
13
+
* Introducing `lavaanPlot2` function, which replicates the old functionality in a more flexible platform
14
+
* Version 0.7.0, introduced a new iteration of the `lavaanPlot` function, called `lavaanPlot2`. Check out a new vignette explaining some of the changes here: [Improvements to lavaanPlot](https://lavaanplot.alexlishinski.com/improvements_to_lavaanplot)
14
15
15
-
# lavaanPlot 0.5.0
16
+
# lavaanPlot 0.6.3
16
17
17
-
* Added support for covariance edge labels
18
+
* Added support for specifying dimensions of saved png files
18
19
19
-
*Added support for significance stars
20
+
*Updated vignette for layout graph options
20
21
21
-
# lavaanPlot 0.5.1
22
+
* Added package tests
22
23
23
-
* Fixed bug caused by . in variable names
24
24
25
-
* simplified the functions using the ... argument
25
+
# lavaanPlot 0.6.2
26
26
27
-
*fixed significance stars to work with standardized and non-standardized coefficients
27
+
*Fixed issues with suggested packages that were causing trouble for CRAN submission
28
28
29
-
* Changed significance stars so you can choose which parameters to use them with
29
+
# lavaanPlot 0.6.0
30
+
31
+
* added functions to save plots as images and embed plots in pdfs with Rmarkdown
30
32
31
33
# lavaanPlot 0.5.2
32
34
@@ -36,30 +38,33 @@
36
38
37
39
* Plots now show residual covariances
38
40
39
-
# lavaanPlot 0.6.0
41
+
# lavaanPlot 0.5.1
40
42
41
-
*added functions to save plots as images and embed plots in pdfs with Rmarkdown
43
+
*Fixed bug caused by . in variable names
42
44
43
-
# lavaanPlot 0.6.2
45
+
* simplified the functions using the ... argument
44
46
45
-
*Fixed issues with suggested packages that were causing trouble for CRAN submission
47
+
*fixed significance stars to work with standardized and non-standardized coefficients
46
48
47
-
# lavaanPlot 0.6.3
49
+
* Changed significance stars so you can choose which parameters to use them with
48
50
49
-
* Added support for specifying dimensions of saved png files
51
+
# lavaanPlot 0.5.0
50
52
51
-
*Updated vignette for layout graph options
53
+
*Added support for covariance edge labels
52
54
53
-
* Added package tests
55
+
* Added support for significance stars
54
56
55
-
# lavaanPlot 0.7.0
56
57
57
-
* Introducing `lavaanPlot2` function, which replicates the old functionality in a more flexible platform
58
+
# lavaanPlot 0.4.0
58
59
59
-
# lavaanPlot 0.8.0
60
+
* Added support for latent variable loading labels
60
61
61
-
*Introducing conditional formatting which allows one to apply different formatting to different sets of nodes and edges
62
+
*Added support for covariance edges
62
63
63
-
# lavaanPlot 0.8.1
64
+
* Corrected the direction of arrows for latent variable loadings
64
65
65
-
* Fixed bug with the standardized coefficents in `lavaanPlot2`
66
+
# lavaanPlot 0.3.0
67
+
68
+
* Added support for latent variables (denoted by circles) in plots
69
+
70
+
* Added support for edge labels with significant coefficients
The original package is not maintained for a long time, so I forked it and add some features that I needed for my research and they were not available. They will be documented in a new vignette.
15
14
16
-
Version 0.7.0, is introducing a new iteration of the `lavaanPlot` function, called `lavaanPlot2`. Check out a new vignette explaining some of the changes here: [Improvements to lavaanPlot](https://lavaanplot.alexlishinski.com/improvements_to_lavaanplot)
15
+
## Background
17
16
18
-
Version 0.8.0, is introducing conditional formatting to the `lavaanPlot` package, using the new `formatting` function. Check out the new vignette explaining the changes here: [Conditional Formatting in LavaanPlot](https://lavaanplot.alexlishinski.com/Conditional_Formatting)
17
+
The lavaan package is an excellent package for structural equation models, and the DiagrammeR package is an excellent package for producing nice looking graph diagrams. As of right now, the lavaan package has no built in plotting functions for models, and the available options from external packages don’t look as nice and aren’t as easy to use as DiagrammeR, in my opinion. Of course, you can use DiagrammeR to build path diagrams for your models, but it requires you to build the diagram specification manually. This package exists to streamline that process, allowing you to plot your lavaan models directly, without having to translate them into the DOT language specification that DiagrammeR uses.
19
18
20
19
## Background
21
20
22
21
The lavaan package is an excellent package for structural equation models, and the DiagrammeR package is an excellent package for producing nice looking graph diagrams. As of right now, the lavaan package has no built in plotting functions for models, and the available options from external packages don't look as nice and aren't as easy to use as DiagrammeR, in my opinion. Of course, you can use DiagrammeR to build path diagrams for your models, but it requires you to build the diagram specification manually. This package exists to streamline that process, allowing you to plot your lavaan models directly, without having to translate them into the DOT language specification that DiagrammeR uses.
23
22
24
23
## Installation
25
24
26
-
You can install lavaanPlot from CRAN with:
27
-
28
-
```{r, eval = F}
29
-
install.packages("lavaanPlot")
30
-
```
31
-
32
25
You can also install the development version of lavaanPlot from GitHub with:
## It seems that the version of `phantomjs` installed is greater than or equal to the requested version.To install the requested version or downgrade to another version, use `force = TRUE`.
55
+
48
56
## Examples
49
57
50
58
Here’s a quick example using the `mtcars` data set.
0 commit comments