Skip to content

Commit

Permalink
Update net.loads.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChristensen committed Mar 8, 2024
1 parent 9d481ae commit 86c1212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/net.loads.R
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ experimental_loadings <- function(

#' @noRd
# Standardize loadings ----
# Updated 29.02.2024
# Updated 08.03.2024
standardize <- function(unstandardized, loading.method, A, wc)
{

Expand All @@ -601,7 +601,7 @@ standardize <- function(unstandardized, loading.method, A, wc)
# Align loadings
alignment <- fungible::faAlign(
F1 = eigens$vectors[,community_sequence],
F2 = unstandardized[dimnames(A)[[2]],]
F2 = unstandardized
)

# Pre-compute absolute values for standardization
Expand Down

0 comments on commit 86c1212

Please sign in to comment.