Skip to content

Commit 984103d

Browse files
author
albcab
committed
samples
1 parent 1b80ba7 commit 984103d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/createSamples.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ createSamples <- function(samples, #list outputted from the main function
4747

4848
check <- names(samples)
4949
if (!all(check %in% c("start", "sample_weights", "indices_sequence", "y", "X", "c"))) {
50-
if (!all(check %in% c("PIP", "full_cond", "states")))
50+
if (!all(check %in% c("PIP", "states")))
5151
stop("samples must be from the output of main sampling function (samplingBVS).")
5252
else
5353
samples <- samples$states

0 commit comments

Comments
 (0)