Skip to content

Commit

Permalink
Update cpm output in README
Browse files Browse the repository at this point in the history
  • Loading branch information
psychelzh committed Oct 6, 2024
1 parent 58113cb commit 0910d47
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ res
#> CPM results:
#> Call: cpm(conmat = conmat, behav = behav, kfolds = 10, return_edges = "sum")
#> Number of observations: 100
#> Complete cases: 100
#> Number of edges: 1000
#> Parameters:
#> Confounds: FALSE
Expand All @@ -62,11 +63,11 @@ res
summary(res)
#> CPM summary:
#> Performance (Pearson):
#> Positive: -0.238
#> Negative: -0.232
#> Combined: -0.294
#> Positive: -0.114
#> Negative: -0.270
#> Combined: -0.225
#> Prop. edges (50% folds):
#> Positive: 0.30%
#> Positive: 0.40%
#> Negative: 0.10%
```

Expand Down

0 comments on commit 0910d47

Please sign in to comment.