Skip to content

Commit 88bab90

Browse files
committed
no message
1 parent d366c8b commit 88bab90

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

NEWS.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,11 @@
88
* umxTwinMaker handles making twin2, variance components covariances, MZ and DZ groups, makes a `umxSuperModel` and runs it!
99
* `plot()` and "std= TRUE" work for any model now!
1010
* NEW: `umxDoCp` Path-based Direction of causation model.
11-
* NEW: `umxSummaryACE` prints a means table! including for intercepts only, no means model, and intercepts + covariate betas. Other models gain this also.
12-
* NEW: `umxRenameMatrix` wrap up the multiple lines of code needed to modify a matrix in OpenMx.
13-
* NEW: `umx_str_chars` return selected characters of a string.
14-
* NEW: `umxTwinUpgradeMeansToCovariateModel` function to add def-based covariates to means in umx twin models.
15-
* NEW: `xmu_data_missing` helper to drop rows with missing def vars or stop and alert the user to do this.
16-
* NEW: `xmu_extract_column` to allow mxData
17-
* NEW: `xmu_twin_add_WeightMatrices` helper.
18-
* NEW: `umxTwinAddMeansModel` will add a means model to a twin model (not finished!)
19-
* NEW: `xmuDefMean` helper
20-
* NEW: `xmuDefBetas` helper
21-
* NEW `xmu_twin_upgrade_selDvs2SelVars` helper.
22-
* NEW: `xmu_make_TwinSuperModel` handles selCovs
11+
* IMPROVED: `umxSummaryACE` prints a means table!
12+
* including for intercepts only, no means model, and intercepts + covariate betas.
13+
* All RAM and twin models gain this also.
2314
* IMPROVED `plot` for `umxACEv` now prints model name on the diagram.
24-
* IMPROVED `plot` for `umxACEv` now prints tips for print.
25-
* IMPROVED `plot` for `umxACE` now prints tips for print.
15+
* IMPROVED `plot` for `umxACE` now uses tips for printing.
2616
* IMPROVED: `FishersMethod`: accepts p-values for meta-analysis in "..." argument.
2717
* IMPROVED: `namez` handles class(list) objects, returning $ components.
2818
* IMPROVED: `parameters` supports standardizing parameters (closes #92) .
@@ -43,32 +33,40 @@
4333
* IMPROVED: `umx_is_ordered` can process mxData as well as df.
4434
* IMPROVED: `umx_make_TwinData` has dzAr.
4535
* IMPROVED: `umx_make_twin_data_nice` can turn numeric zyg column into human readable "MZMM" etc.
46-
* IMPROVED: `umx_print` gains options to append to existing file.
47-
* IMPROVED: `umx_print` gains options to make tables sort-able.
48-
* IMPROVED: `umx_print` gains options to output content in "both" md and html.
49-
* IMPROVED: `umx_print` to react correctly to report as an input to file more mergers of print to console and to html.
36+
* IMPROVED: `umx_print` gains option to append to existing file.
37+
* IMPROVED: `umx_print` gains option to make tables sort-able.
38+
* IMPROVED: `umx_print` gains option to output content in "both" md and html.
39+
* IMPROVED: `umx_print` supports report to html.
5040
* IMPROVED: `umx_rename` now uses "from=, to=" format for renaming columns.
5141
* IMPROVED: `umx_rename` was using old/replace instead of from/to (and so generating a polite note).
5242
* IMPROVED: `umx_residualize` now prints the betas (and CIs) of the residualization it performs.
53-
* IMPROVED: `umx_rot` can NA the last value.
5443
* IMPROVED: `umx_score_scale` checks input ranges
5544
* IMPROVED: `umx_score_scale` tell user what the max response is for reversed items if they leave this blank.
5645
* IMPROVED: `umx_score_scale` Warns user if there are NAs when "score" is totals.
5746
* IMPROVED: `umx_rename_file`: Perl mode is TRUE (allows lookahead/behind features; default list pattern is NULL.
5847
* IMPROVED: `umx_rename_file` now ignores file suffix by default.
48+
* IMPROVED: `umx_rot` can NA the last value.
5949
* IMPROVED: `umx_var` upgrades input to df (e.g. if you feed it a column, it now works).
60-
* IMPROVED: `xmuTwinUpgradeMeansToCovariateModel` uses the incoming model's thresholds name.
6150
* IMPROVED: `xmu_data_missing` can `hint=` to user which dataset had missingness.
6251
* IMPROVED: `xmu_make_mxData` handles dropping rows, alerting about variance ratios.
6352
* IMPROVED: `xmu_make_mxData` now handles cov matrix input (added `numObs` parameter).
6453
* IMPROVED: better labels for output tables.
65-
* IMPROVED: increase use of `xmu_data_missing` helper.
6654
* IMPROVED: standardize on expMean as name of means matrix even when it's a local algebra.
6755
* IMPROVED: twin Models print out means now.
6856
* HELP: `umxACE` improved tutorial, more tips * IMPROVED `plot` for `umxACE` now prints model name on the diagram.
6957
* HELP: `umxACE` covariate examples
7058
* HELP: `umx_explode_twin_names` links for find-ability
7159
* HELP: `umxACE` residualize examples match
60+
* NEW: `umxRenameMatrix` wrap up the multiple lines of code needed to modify a matrix in OpenMx.
61+
* NEW: `umx_str_chars` return selected characters of a string.
62+
* NEW: `umxTwinUpgradeMeansToCovariateModel` function to add def-based covariates to means in umx twin models.
63+
* NEW: `xmu_data_missing` helper to drop rows with missing def vars or stop and alert the user to do this.
64+
* NEW: `xmu_extract_column` to allow mxData
65+
* NEW: `xmu_twin_add_WeightMatrices` helper.
66+
* NEW: `xmuDefMean` helper
67+
* NEW: `xmuDefBetas` helper
68+
* NEW `xmu_twin_upgrade_selDvs2SelVars` helper.
69+
* NEW: `xmu_make_TwinSuperModel` handles selCovs
7270
* REPLACE: `parallel::detectCores` --> ` imxGetNumThreads` (as OpenMx does).
7371

7472
# umx 3.1.0

0 commit comments

Comments
 (0)