Skip to content

Commit

Permalink
capture type= arg when stdSolution.mi(return.vcov)
Browse files Browse the repository at this point in the history
  • Loading branch information
TDJorgensen committed Jun 24, 2024
1 parent ebd87ee commit 4c11a24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Encoding: UTF-8
Package: lavaan.mi
Version: 0.1-0.0027
Version: 0.1-0.0028
Title: Fit Structural Equation Models to Multiply Imputed Data
Description: Extends the `lavaan` package for multiply imputed data.
Authors@R: c(person(given = c("Terrence","D."), family = "Jorgensen", role = c("aut","cre"), email="TJorgensen314@gmail.com", comment = c(ORCID = "0000-0001-5111-6773")),
Expand All @@ -14,6 +14,6 @@ LazyData: yes
LazyLoad: yes
URL: https://github.com/TDJorgensen/lavaan.mi
BugReports: https://github.com/TDJorgensen/lavaan.mi/issues
Date/Publication: 2024-06-17
Date/Publication: 2024-06-25
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
4 changes: 2 additions & 2 deletions R/pool-estimates.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Terrence D. Jorgensen
### Last updated: 12 June 2024
### Last updated: 25 June 2024
### pool (un)standardized parameters
### analogs of parameterEstimates() and standardizedSolution()

Expand Down Expand Up @@ -515,7 +515,7 @@ standardizedSolution.mi <- function(object,
"development version >= 0.6-19.2148 from GitHub")
}

dots <- list()
dots <- list(...)
if (is.null(dots$type)) {
type <- "std.all" # default
} else type <- dots$type # user specified
Expand Down

0 comments on commit 4c11a24

Please sign in to comment.