From 0910d47671c438c844080b3057307b57d9f82372 Mon Sep 17 00:00:00 2001 From: Liang Zhang Date: Sun, 6 Oct 2024 14:32:33 +0800 Subject: [PATCH] Update `cpm` output in README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 246c2b9..dbcab8f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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% ```