Skip to content

Commit

Permalink
* FIX byRow typo in umxMatrixFree
Browse files Browse the repository at this point in the history
  • Loading branch information
tbates committed Nov 26, 2024
1 parent cd84500 commit db18c08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/umxMatrixFree.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' In simulation studies, it is often necessary to rewrite the matrices while testing
#' alternative specifications. This can become very tedious with increasing
#' number of distinct specifications. This tool injects changes into umxMatrix so
#' that this tasks gets more manageable. First, it sets byRow by default. Second,
#' that this tasks gets more manageable. First, it sets byrow by default. Second,
#' it infers the number of rows automatically. The user needs only passing ncol.
#' Finally and most importantly this function disables auto-labeling, and whenever
#' a label is set, that cell position will be freed. It is required to pass
Expand Down
4 changes: 2 additions & 2 deletions man/tmx_show.MxMatrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/umxMatrixFree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db18c08

Please sign in to comment.