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

Experimental network loadings #155

Merged
merged 5 commits into from
Feb 29, 2024
Merged

Conversation

AlexChristensen
Copy link
Collaborator

o merging new loadings

o {ggplot2}'s stroke still throws error during CRAN checks (leaving for master branch)

o signs have not changed from master implementation of `loading.method = "experimental"`

o algebraic sums are still used (no change)

o within-community sums have changed by computing the average of a node's connections over number of nodes minus one (self) and then multiplied by the number of total nodes in the community

o standardization is performed in a different way to better scale the loadings (uses the denominator `sqrt(log(abs(sums) + 1))` rather than `sqrt(abs(sums))`
o push for new loadings

o updated dependencies for {fungible}

o next push to resolve CRAN checks
@AlexChristensen AlexChristensen merged commit 83b16ee into master Feb 29, 2024
0 of 2 checks passed
@AlexChristensen AlexChristensen deleted the experimental-network-loadings branch March 5, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant