Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{correlation} changes by Tom #329

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
8b5acf0
intial changes
TomGeva Apr 10, 2024
67f099a
documentation & vector update
TomGeva Apr 15, 2024
a189954
tests update
TomGeva May 17, 2024
95e5e7c
finished tests for cor_test
TomGeva May 17, 2024
9a0eea2
change pkg name to correlation2
mattansb May 19, 2024
dec3d0d
data is an argument
mattansb May 19, 2024
acc94e7
update mans
mattansb May 19, 2024
ad1f1fa
use z_fisher()
mattansb May 19, 2024
a403e23
Update correlation-package.R
mattansb May 19, 2024
93cf210
cleanup if elses
mattansb May 19, 2024
987f20d
cleanup some data related code
mattansb May 19, 2024
a7d3839
fix tests
mattansb May 19, 2024
3674ab8
add method to printing
mattansb May 19, 2024
98baa5d
some of last meeting fixes
TomGeva May 28, 2024
aa831aa
updating examples
TomGeva May 28, 2024
6b18b7b
update examples in docs
mattansb May 29, 2024
cd06843
Update testthat.R
mattansb May 29, 2024
3297efc
Update testthat.R
TomGeva Jun 5, 2024
8bed8f5
semantic fix to negate failure in distance correlation test
TomGeva Jun 5, 2024
96fa4b9
uploading snaps
TomGeva Jun 6, 2024
6497bd2
Update correlation.R
mattansb Jun 6, 2024
be993b3
reverting Method to method only where it is needed
TomGeva Jun 6, 2024
00408e0
changing the degrees of freedom of distance
TomGeva Jun 6, 2024
98b5f0c
semantic changes
TomGeva Jun 10, 2024
58027a8
latest updates
TomGeva Jun 10, 2024
2c0a17d
Correlation func rework
TomGeva Jun 17, 2024
f20da41
start work on tests and fixes
TomGeva Jun 18, 2024
e64119f
autoCommit-TeraPC 20240619.162549
TomGeva Jun 19, 2024
29f1dc0
autoCommit-TeraPC 20240619.162816
TomGeva Jun 19, 2024
933bae8
tests updated
TomGeva Jun 20, 2024
bbe4997
tests complete
TomGeva Jun 22, 2024
c58decb
pics
TomGeva Jun 24, 2024
5f1cb21
filth of pics
TomGeva Jun 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: correlation
Package: correlation2
Title: Methods for Correlation Analysis
Version: 0.8.4.2
Version: 0.1.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep the package name and versioning continuous

Authors@R:
c(person(given = "Dominique",
family = "Makowski",
Expand Down
Binary file added Graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,246 changes: 1,020 additions & 226 deletions R/cor_test.R

Large diffs are not rendered by default.

111 changes: 0 additions & 111 deletions R/cor_test_bayes.R

This file was deleted.

80 changes: 0 additions & 80 deletions R/cor_test_biserial.R

This file was deleted.

41 changes: 0 additions & 41 deletions R/cor_test_biweight.R

This file was deleted.

26 changes: 0 additions & 26 deletions R/cor_test_blomqvist.R

This file was deleted.

Loading