|
8 | 8 | * umxTwinMaker handles making twin2, variance components covariances, MZ and DZ groups, makes a `umxSuperModel` and runs it! |
9 | 9 | * `plot()` and "std= TRUE" work for any model now! |
10 | 10 | * 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. |
23 | 14 | * 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. |
26 | 16 | * IMPROVED: `FishersMethod`: accepts p-values for meta-analysis in "..." argument. |
27 | 17 | * IMPROVED: `namez` handles class(list) objects, returning $ components. |
28 | 18 | * IMPROVED: `parameters` supports standardizing parameters (closes #92) . |
|
43 | 33 | * IMPROVED: `umx_is_ordered` can process mxData as well as df. |
44 | 34 | * IMPROVED: `umx_make_TwinData` has dzAr. |
45 | 35 | * 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. |
50 | 40 | * IMPROVED: `umx_rename` now uses "from=, to=" format for renaming columns. |
51 | 41 | * IMPROVED: `umx_rename` was using old/replace instead of from/to (and so generating a polite note). |
52 | 42 | * IMPROVED: `umx_residualize` now prints the betas (and CIs) of the residualization it performs. |
53 | | -* IMPROVED: `umx_rot` can NA the last value. |
54 | 43 | * IMPROVED: `umx_score_scale` checks input ranges |
55 | 44 | * IMPROVED: `umx_score_scale` tell user what the max response is for reversed items if they leave this blank. |
56 | 45 | * IMPROVED: `umx_score_scale` Warns user if there are NAs when "score" is totals. |
57 | 46 | * IMPROVED: `umx_rename_file`: Perl mode is TRUE (allows lookahead/behind features; default list pattern is NULL. |
58 | 47 | * IMPROVED: `umx_rename_file` now ignores file suffix by default. |
| 48 | +* IMPROVED: `umx_rot` can NA the last value. |
59 | 49 | * 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. |
61 | 50 | * IMPROVED: `xmu_data_missing` can `hint=` to user which dataset had missingness. |
62 | 51 | * IMPROVED: `xmu_make_mxData` handles dropping rows, alerting about variance ratios. |
63 | 52 | * IMPROVED: `xmu_make_mxData` now handles cov matrix input (added `numObs` parameter). |
64 | 53 | * IMPROVED: better labels for output tables. |
65 | | -* IMPROVED: increase use of `xmu_data_missing` helper. |
66 | 54 | * IMPROVED: standardize on expMean as name of means matrix even when it's a local algebra. |
67 | 55 | * IMPROVED: twin Models print out means now. |
68 | 56 | * HELP: `umxACE` improved tutorial, more tips * IMPROVED `plot` for `umxACE` now prints model name on the diagram. |
69 | 57 | * HELP: `umxACE` covariate examples |
70 | 58 | * HELP: `umx_explode_twin_names` links for find-ability |
71 | 59 | * 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 |
72 | 70 | * REPLACE: `parallel::detectCores` --> ` imxGetNumThreads` (as OpenMx does). |
73 | 71 |
|
74 | 72 | # umx 3.1.0 |
|
0 commit comments