Skip to content

Commit

Permalink
Set sign as true NA when 'NA'
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-simon committed Sep 2, 2024
1 parent dfbfb62 commit 10550fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/parseResults.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ summarizeResults = function (observations, results,
#
summary [, c("sign", "partial_correlation")] <- compute_partial_correlation (
summary, observations, state_order)
summary$sign[summary$sign == "NA"] <- NA_character_
summary$partial_correlation <- as.numeric (summary$partial_correlation)
#
# Probabilities of orientations
Expand Down

0 comments on commit 10550fb

Please sign in to comment.