Skip to content

Commit

Permalink
Fix 2667
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Jul 3, 2024
1 parent 1230f7a commit 96d05aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LSTsampleVariability.R
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ LSTsampleVariability <- function(jaspResults, dataset, options) {
}
}

if (samples != "") {
if (!identical(samples, "")) {
for (s in samples) {
sampleDot <- pData[[1]][s,]
if (options[["cltParentDistribution"]] == "binomial") {
Expand Down

0 comments on commit 96d05aa

Please sign in to comment.