-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d98066
commit e96ba73
Showing
45 changed files
with
680 additions
and
21,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,30 @@ | ||
# latent2likert 0.1.0 (Release date: 2020-10-17) | ||
|
||
## Version 0.1.0 | ||
- Release date: 2020-10-17 | ||
- Initial release (development version). | ||
- Tested on platforms: x86_64-pc-linux-gnu (64-bit) and x86_64-w64-mingw32 (64-bit). | ||
|
||
# latent2likert 1.0.0 (Release date: 2024-03-28) | ||
|
||
- The option to generate correlated Likert scale items was added to the function `rLikert()`. | ||
- New function `estimate_parameters()` was added that allows for the estimation of parameters from existing survey data to replicate it more accurately. | ||
- Issues related to the dependencies have been resolved. | ||
- This version now only imports the standard R packages mvtnorm, stats, and graphics packages stats and graphics, which are typically included in R releases. | ||
- The package sn is necessary only when generating correlated responses based on skew normal distribution. | ||
- Added user prompts for installing the sn package when necessary. | ||
|
||
# latent2likert 1.1.0 (Release date: 2024-06-06) | ||
|
||
- A minor update of functions and vignettes. | ||
|
||
# latent2likert 1.1.1 (Release date: 2024-06-06) | ||
|
||
- The package was renamed from responsesR to latent2likert. | ||
- To capture the essence of converting latent variables into Likert scale responses. | ||
- Improvements of package website and documentation. | ||
|
||
# latent2likert 1.2.1 (Release date: 2024-06-12) | ||
|
||
- Refactored code for improved modularity and maintainability. | ||
- Modularized core functions for better readability. | ||
## Version 1.0.0 | ||
- Release date: 2024-03-28 | ||
- Added the option to generate correlated Likert scale items in the `rlikert()` function. | ||
- Added the `estimate_params()` function for estimating parameters from existing survey data. | ||
- Resolved dependency issues. | ||
- Reduced dependency to only standard R packages: mvtnorm, stats, and graphics. | ||
- The sn package is now required only for generating correlated responses using a skew normal distribution. | ||
- Added user prompts to install the sn package when needed. | ||
|
||
## Version 1.1.0 | ||
- Release date: 2024-06-06 | ||
- Minor updates to functions and vignettes. | ||
|
||
## Version 1.1.1 | ||
- Release date: 2024-06-06 | ||
- Renamed the package from `responsesR` to `latent2likert` to better reflect its purpose of converting latent variables into Likert scale responses. | ||
- Improved the package website and documentation. | ||
- **Note:** The codebase is under development, and finer details may change. | ||
|
||
## Version 1.2.1 | ||
- Release date: 2024-06-12 | ||
- Refactored code for enhanced modularity and maintainability. | ||
- Modularized core functions for improved readability. | ||
- Improved the structure and organization of the codebase. | ||
- Improved error handling of different cases for correlations input. | ||
- Updated the `estimate_parameters()` function for estimating latent parameters from survey data. | ||
- The codebase is currently in development, finer details may change. | ||
|
||
- Enhanced error handling for various correlation input scenarios. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.