CRIB_internal | R Documentation |
Internal functions for the CRIB method
crib_clusters(
x,
target,
target_buffer,
required_percent,
longest_allowable_interruption,
max_n_interruptions
)
crib_stratum(
runs,
x,
target,
required_percent,
longest_allowable_interruption,
max_n_interruptions
)
crib_test_stratum(
x,
target,
runs,
tree,
h,
required_percent,
max_n_interruptions,
longest_allowable_interruption
)
run_info(run)
collapse_runs(x, target)
crib_check_input(x, target = NULL, required_percent, target_buffer)
x |
factor. Epoch-by-epoch behavior classifications, e.g., |
target |
the level of |
required_percent |
numeric (1-100; |
max_n_interruptions |
numeric ( |
runs |
pre-processed input (mostly run length encoded) |
run |
a candidate run for which to retrieve basic information |
results |
output from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.