diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-12 12:44:21 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-12 12:44:21 -0700 |
| commit | 43e1182aa306d284d576faefc19927fad787a462 (patch) | |
| tree | eca63522416f10a3f7cd6b257f2af88ee03bc5b6 | |
| parent | 0377bc1ae6a12c80d7453d586e6748797e547e7c (diff) | |
| -rw-r--r-- | R/stability_score.R | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/R/stability_score.R b/R/stability_score.R index 45fc078..2b7a42d 100644 --- a/R/stability_score.R +++ b/R/stability_score.R @@ -10,7 +10,6 @@ #' @export stability_score <- function(X, K = 25, subsample_fraction = 0.7){ n <- nrow(X) - p <- ncol(X) rho <- vector('list', K) for(r in seq_len(K)){ idx <- sample(n, size = floor(subsample_fraction * n)) |
