We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cpm
1 parent 58113cb commit 0910d47Copy full SHA for 0910d47
README.md
@@ -52,6 +52,7 @@ res
52
#> CPM results:
53
#> Call: cpm(conmat = conmat, behav = behav, kfolds = 10, return_edges = "sum")
54
#> Number of observations: 100
55
+#> Complete cases: 100
56
#> Number of edges: 1000
57
#> Parameters:
58
#> Confounds: FALSE
@@ -62,11 +63,11 @@ res
62
63
summary(res)
64
#> CPM summary:
65
#> Performance (Pearson):
-#> Positive: -0.238
66
-#> Negative: -0.232
67
-#> Combined: -0.294
+#> Positive: -0.114
+#> Negative: -0.270
68
+#> Combined: -0.225
69
#> Prop. edges (50% folds):
-#> Positive: 0.30%
70
+#> Positive: 0.40%
71
#> Negative: 0.10%
72
```
73
0 commit comments