forked from tbates/umx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
91 lines (73 loc) · 2.66 KB
/
NEWS
File metadata and controls
91 lines (73 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
umx 1.1.1
--------------
* Feb 2016 Wooden Christmas-Tree edition
* auto-run now the default for all models!
* Added option to switch this: options("umx_auto_run" = TRUE)
* umxACEcov support for ACE with covariates
* umx_check_parallel now returns timing
* umx_time now supports "start" and "stop")
* umxAPA can format more objects in APA style, inc just a p-value)
* summaryAPA can now summarise a data.frame with mean, sd, and correlations
* umxLabel now supports preserving existing labels in umxRAM models: labels = is now saved
* umx_make_TwinData added to support simulation studies
* Help improvements (wording, seealso etc)
* Removed dependency on formula.tools
umx 1.1.0
--------------
* December 2015 update
* umxRAM can take existing model as input (very useful)
* umxRAM reports model fit and comparison (if old model exists)
* umxPath now lbounds var@0 for v.m.
* umx_residualize can now take multiple DVs
* umxMI enhanced to cope with more situations
* summary more resilient with missing CIs (#ht Nathan Gillespie!)
* summaryAPA now handles data as well as lm
* Improved help for twin functions
* Various new function features
* vcov() S3 fn added
* umx_print resilient to 0-row input
* summary helpers (e.g. umx_fun_mean_sd)
* Begin support for sex-lim twin models
* New data file for sex-limitation
* Improving consistency in parameter names (minor backward incompatibility)
* Replacing @ with $ accessor begun
umx 1.0.0
--------------
* Full support (create, plot, summary) for CP twin models!
* Full support (create, plot, summary) for IP twin models!
* Full support (create, plot, summary) for GxE twin models!
* Fixed limitation in umxPath where "to" was not being set.
* Add support for circles as well as lines for residualvariance
* Improve help text. Thanks Mike Neale esp.!
* Improved organization of functions into @families in the help.
* Improved example for umx_lower2full()
* Dropped umxRAM functionality to set endogenous, exogenous, and latent traits
* Dropped a dozen deprecated functions.
umx 0.50.0
--------------
* First CRAN release
umx 0.49.0
--------------
* Ensuring edge cases work
* Improving help files and feedback
* rationalizing fn names into @families
umx 0.45-beta
--------------
* Feature complete
* Bug squashing
* Optimizing fn names for memorability and typing
umx 0.40-beta
--------------
* Beta level!
* Standard confint(); plot() etc functions implemented
* Adding umxRAM() and umxPath shortcuts
umx 0.30-alpha
--------------
* Alpha release
* 90% feature complete
* lots of name rationalization
umx 0.25-alpha
--------------
* Alpha release
* 80% feature complete
* Function prefix reflects usage:: umxMajor, umx_utility_function, xmuNotForUser