Skip to content

Commit

Permalink
Update session info
Browse files Browse the repository at this point in the history
  • Loading branch information
haziqj committed Apr 14, 2023
1 parent ebed0ea commit 80c1247
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

- Fixed bug in `lavaan.bingof:::create_Sigma2_matrix_complex()` where it did not loop over strata.
- Fixed bug in `lavaan.bingof:::extract_lavaan_info()` would extract the $2^p$ proportion tables. No wonder the simulations ran slow... oops.
- Now using `MASS::ginv` for inverting $\bXi$ weights. Not sure if this is a good idea? This really only affects the Wald test and Multinomial test (apparently anyway).
- Now using `MASS::ginv` for inverting $\boldsymbol \Xi$ weights. Not sure if this is a good idea? This really only affects the Wald test and Multinomial test (apparently anyway).
- Re-ran all simulations
- Wald and Wald V3 performs very poorly when the rank of weight matrix $\bXi$ is rank deficient. Noticed that this occurs often in complex sampling and $\bSigma_2$ matrix is not full rank.
- Wald and Wald V3 performs very poorly when the rank of weight matrix $\boldsymbol\Xi$ is rank deficient. Noticed that this occurs often in complex sampling and $\boldsymbol\Sigma_2$ matrix is not full rank.

## 2023-04-08

Expand Down
Binary file modified vignettes/articles/my_session.RData
Binary file not shown.
1 change: 1 addition & 0 deletions vignettes/articles/outro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ load("my_session.RData")

```{r, echo = FALSE}
print(my_session)
# devtools::session_info()
```
4 changes: 0 additions & 4 deletions vignettes/articles/sim_results.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,8 @@ semPaths(fit, intercepts = FALSE, what = "par",
thresholds = FALSE, rotation = 3, weighted = FALSE)
```


### Model 5


```{r sem_path_mod5}
mod <- "
eta1 =~ y1 + y2 + y3 + y4 + y5
Expand Down Expand Up @@ -258,5 +256,3 @@ p_complex_e
```{r complex_powerf, fig.width = 7, fig.height = 8}
p_complex_f
```


0 comments on commit 80c1247

Please sign in to comment.