Commit cae6b8c
authored
Develop (#129)
* Adding Higher order construct automation. Adsded a demo for HOC.
* Shameless green. The code is working.
* Added tests - compared to SmartPLS for consistency.
* Shameless green. Added a function for estimating two-stage interactions.
* Updated documentation for HOC. Addressed issue #108 regarding the link to vignette
* confirmed results for a two-stage interaction and higher order construct. Added a test
* Extracted a function from model.R
* # Updated interactions functions to subset matrix according to quadratic effect. Ie the interaction of a construct with itself. All three interaction methods orthogonal, product indicators and two stage can perform self-interactions
* Resolved Issue #75 regarding HTMT being unstable.
* Give construct objects class names
* # Added a .travis.yml instruction to test on multiple versions of R.
* Refactor conditional checks in composite() function
* Updating all fixtures for V3.5.X such that testing on old versions tests new methods for HOC and interactions
* Addresses Issue #106 to add a changelog file (#118)
* Addresses Issue #106 to add a changelog file
* Addresses Issue #75
* Updated file naming in R/ to address Issue #64
* Addresses Issue #56 to automate Higher Order Constructs
* Addresses Issue #61
* Addresses Issue #27.
* Re-created docs
* Descriptives (#119)
* Feature: descriptive statistics for items and constructs
* issue #54
* Adding space after commas for readability
* removed get_ prefixes on function names
* Added tests. Compatible with results from SmartPLS.
* Added tests
* Updated travis.yml
* Changed the return object to DRY
* This PR is for reporting bootstrapping results (#120)
* First commit for reporting bootstrapped paths, loadings, weights and HTMT. Addresses Issue 112 in part
* Added tests for bootstrap reporting
* Updated changelog
* Attends to Issue #121. constructs() returns a list and created interaction() construct type
* Not working yet....
* Basic fSquared function for effect size of iv on dv (#123)
* Updated changelog, vignette, tests for fSquared and minor changes to fSquared function. (#124)
* changing parameter names
* All three interaction methods working with new syntax
* Can assign mode A and mode B to interactions. Working
* interactions and higher order construct all working.
* Updating tests - but not fixtures.
* # Updated tests for new syntax
* R CMD Check no warnings errors or notes
* # 122
* Updated syntax for interaction terms and final update to vignette
* Release 1.0.0 (#127)
* R CMD Check --as_cran no Warnings, Errors, or Notes.
Bumped version and updated changelog and cran-comments.Added badges to the documents
* Updated README
* Updated the CRAN URL ref in the REadme
* Bug fix devel (#128)
* Version 0.5.3 (#88)
* Made bootstrap reproducible.
* Modified all expect_equal() tests to have a tolerance of 0.00001 for floating point operations on 32bit platforms. R CMD CHECK passes all tests pass.
* Correcting for single item bug fix in Issue #84
* Changed logic in PLSc
* create demo for single item interactions
* Adresses Issue #84 single item interaction bug
* Coerce rhoA to 1 for all interactions for calculation of PLSc
* bumped version and date.
* Changed version number
* Unsure about how to report reliabilities for consistent interactions.
* Remove this demo
* Added tests to address Issue #84 Single item interaction bug
* Bumped version number, date and added cran-comments. Amended the vignette to reflect the change in allowing PLSc on interactions.
* Version 0.5.3 (#89)
* Made bootstrap reproducible.
* Modified all expect_equal() tests to have a tolerance of 0.00001 for floating point operations on 32bit platforms. R CMD CHECK passes all tests pass.
* Correcting for single item bug fix in Issue #84
* Changed logic in PLSc
* create demo for single item interactions
* Adresses Issue #84 single item interaction bug
* Coerce rhoA to 1 for all interactions for calculation of PLSc
* bumped version and date.
* Changed version number
* Unsure about how to report reliabilities for consistent interactions.
* Remove this demo
* Added tests to address Issue #84 Single item interaction bug
* Bumped version number, date and added cran-comments. Amended the vignette to reflect the change in allowing PLSc on interactions.
* Develop (#91)
* Made bootstrap reproducible.
* Modified all expect_equal() tests to have a tolerance of 0.00001 for floating point operations on 32bit platforms. R CMD CHECK passes all tests pass.
* Correcting for single item bug fix in Issue #84
* Changed logic in PLSc
* create demo for single item interactions
* Adresses Issue #84 single item interaction bug
* Coerce rhoA to 1 for all interactions for calculation of PLSc
* bumped version and date.
* Changed version number
* Unsure about how to report reliabilities for consistent interactions.
* Remove this demo
* Added tests to address Issue #84 Single item interaction bug
* Bumped version number, date and added cran-comments. Amended the vignette to reflect the change in allowing PLSc on interactions.
* Develop (#92)
* Made bootstrap reproducible.
* Modified all expect_equal() tests to have a tolerance of 0.00001 for floating point operations on 32bit platforms. R CMD CHECK passes all tests pass.
* Correcting for single item bug fix in Issue #84
* Changed logic in PLSc
* create demo for single item interactions
* Adresses Issue #84 single item interaction bug
* Coerce rhoA to 1 for all interactions for calculation of PLSc
* bumped version and date.
* Changed version number
* Unsure about how to report reliabilities for consistent interactions.
* Remove this demo
* Added tests to address Issue #84 Single item interaction bug
* Bumped version number, date and added cran-comments. Amended the vignette to reflect the change in allowing PLSc on interactions.
* Release 1.0.0 (#126)
* Adding Higher order construct automation. Adsded a demo for HOC.
* Shameless green. The code is working.
* Added tests - compared to SmartPLS for consistency.
* Shameless green. Added a function for estimating two-stage interactions.
* Updated documentation for HOC. Addressed issue #108 regarding the link to vignette
* confirmed results for a two-stage interaction and higher order construct. Added a test
* Extracted a function from model.R
* # Updated interactions functions to subset matrix according to quadratic effect. Ie the interaction of a construct with itself. All three interaction methods orthogonal, product indicators and two stage can perform self-interactions
* Resolved Issue #75 regarding HTMT being unstable.
* Give construct objects class names
* # Added a .travis.yml instruction to test on multiple versions of R.
* Refactor conditional checks in composite() function
* Updating all fixtures for V3.5.X such that testing on old versions tests new methods for HOC and interactions
* Addresses Issue #106 to add a changelog file (#118)
* Addresses Issue #106 to add a changelog file
* Addresses Issue #75
* Updated file naming in R/ to address Issue #64
* Addresses Issue #56 to automate Higher Order Constructs
* Addresses Issue #61
* Addresses Issue #27.
* Re-created docs
* Descriptives (#119)
* Feature: descriptive statistics for items and constructs
* issue #54
* Adding space after commas for readability
* removed get_ prefixes on function names
* Added tests. Compatible with results from SmartPLS.
* Added tests
* Updated travis.yml
* Changed the return object to DRY
* This PR is for reporting bootstrapping results (#120)
* First commit for reporting bootstrapped paths, loadings, weights and HTMT. Addresses Issue 112 in part
* Added tests for bootstrap reporting
* Updated changelog
* Attends to Issue #121. constructs() returns a list and created interaction() construct type
* Not working yet....
* Basic fSquared function for effect size of iv on dv (#123)
* Updated changelog, vignette, tests for fSquared and minor changes to fSquared function. (#124)
* changing parameter names
* All three interaction methods working with new syntax
* Can assign mode A and mode B to interactions. Working
* interactions and higher order construct all working.
* Updating tests - but not fixtures.
* # Updated tests for new syntax
* R CMD Check no warnings errors or notes
* # 122
* Updated syntax for interaction terms and final update to vignette
* R CMD Check --as_cran no Warnings, Errors, or Notes.
Bumped version and updated changelog and cran-comments.Added badges to the documents
* Updated README
* Updated the CRAN URL ref in the REadme
* Updated code to correct a bug in new V4.0.0 of R which assigns matrices the class of c("matrix","array") and not just "matrix".
* Another if(class()) updated
* Bumped version, updated changelog, and updated cran-comments1 parent b5a1d68 commit cae6b8c
4 files changed
+11
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 4 | + | |
18 | 5 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 6 | + | |
0 commit comments