man-roxygen/example_header.R

#' @examples
#' set.seed(123)
#' df <- simulate_block_data(c(3, 4, 5), lower_corr = .4, upper_corr = .6, n = 100)
#' # fit partition
#' prt <- partition(df, threshold = .6)
#'
#' @md
malcolmbarrett/partition2 documentation built on Nov. 12, 2024, 1:24 p.m.