-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small corrections and remove some unused local variables.
Remove unused local variables in lav_lavaan_step01_ovnames.R, lav_model_compute.R, lav_model_information.R, lav_model_objective.R, lav_model_vcov.R. Correct erroneous line lav_lavaan_step02_options #155. Use default parser (from lav_options_default()) if not specified in lavaan().
- Loading branch information
Showing
7 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ lav_model_objective <- function(lavmodel = NULL, | |
correlation <- FALSE | ||
} | ||
group.w.free <- lavmodel@group.w.free | ||
fixed.x <- lavmodel@fixed.x | ||
# fixed.x <- [email protected] | ||
conditional.x <- lavmodel@conditional.x | ||
num.idx <- lavmodel@num.idx | ||
th.idx <- lavmodel@th.idx | ||
|
@@ -90,9 +90,9 @@ lav_model_objective <- function(lavmodel = NULL, | |
) | ||
# } | ||
|
||
if (estimator == "REML") { | ||
LAMBDA <- computeLAMBDA(lavmodel = lavmodel, GLIST = GLIST) | ||
} | ||
# if (estimator == "REML") { | ||
# LAMBDA <- computeLAMBDA(lavmodel = lavmodel, GLIST = GLIST) | ||
# } | ||
|
||
# ridge? | ||
if (lavsamplestats@ridge > 0.0) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters