-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
66 lines (32 loc) · 2 KB
/
NEWS
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
Changes in version: profileR_0.3-6
* Fixed a bug in the pr function
Changes in version: profileR_0.3-5
* Fixed a bug in the pbg function
* Added bacc2001 data set.
Changes in version: profileR_0.3-4
* Added the interest data set.
* Removed vignette.
Changes in version: profileR_0.3-3
* the pbg function can now analyze profiles cross two or more groups. Also, the terminology in the function has been revised.
* Now, the pams and pbg functions define the data as "data" rather than x in the functions.
* A few minor typos haven corrected in the help files.
Changes in version: profileR_0.3-1
* Added the "spouse" data as a part of the package. Now the pbg function can be directly examined using the spouse data.
* Added unpublished Journal of Statistical Software manuscript as a vignette.
Changes in version: profileR_0.3
* Changed cp to cpa and pc to pcv.
* Added wprifm, which performs a within-person random intercept factor model to obtain a score profile.
* EXPERIMENTAL: Added moderated profile analysis. This function is untested and best on unpublished methodology.
Changes in version: profileR_0.2-1
* Standardize option was added to profileplot. This allows users to center all scores before plotting them using the profileplot function.
* Fixed the legend issue on profileplot function when by.pattern is set to FALSE.
* Fixed cp and pc functions. They weren't working with missing data because of default na.action. This is fine now.
* Fixed typos in manpages.
* Fixed plot for critpat class.
Changes in version: profileR_0.2
* Added pams(). This function adds profile analysis via multidimensional scaling.
* Add pbg(). This function tests parallel, level, and coincidential profiles across two groups.
* Add additional generic functions to classes critpat, prof, and profg.
* Renamed functions to reduce conflict with base functions and to introduce a coding convention.
Changes in version: profileR_0.1
* Initial CRAN release