subset_draws(x, ...)# S3 method for draws_matrix
subset_draws(
x,
variable = NULL,
iteration = NULL,
chain = NULL,
draw = NULL,
regex = FALSE,
unique = TRUE,
exclude = FALSE,
scalar = FALSE,
...
)
# S3 method for draws_array
subset_draws(
x,
variable = NULL,
iteration = NULL,
chain = NULL,
draw = NULL,
regex = FALSE,
unique = TRUE,
exclude = FALSE,
scalar = FALSE,
...
)
# S3 method for draws_df
subset_draws(
x,
variable = NULL,
iteration = NULL,
chain = NULL,
draw = NULL,
regex = FALSE,
unique = TRUE,
exclude = FALSE,
scalar = FALSE,
...
)
# S3 method for draws_list
subset_draws(
x,
variable = NULL,
iteration = NULL,
chain = NULL,
draw = NULL,
regex = FALSE,
unique = TRUE,
exclude = FALSE,
scalar = FALSE,
...
)
# S3 method for draws_rvars
subset_draws(
x,
variable = NULL,
iteration = NULL,
chain = NULL,
draw = NULL,
regex = FALSE,
unique = TRUE,
exclude = FALSE,
scalar = FALSE,
...
)
# S3 method for rvar
subset_draws(x, variable = NULL, ...)
# S3 method for draws
subset(x, ...)