rand_walk_column_names | R Documentation |
This function generates the column names of a rand walk data frame.
rand_walk_column_names(.rand_data, .dim_names, .num_sims, .t)
.rand_data |
A data frame from which column names are to be extracted. |
.dim_names |
The dimnames passed from the rand walk function. |
.num_sims |
The number of simulations. |
.t |
Ther periods in the walk |
The rand_walk_column_names
function takes a data frame as input and
returns the rand walk data with column names.
Steven P. Sanderson II, MPH
Other Utility Functions:
confidence_interval()
,
convert_snake_to_title_case()
,
generate_caption()
,
get_attributes()
,
rand_walk_helper()
,
running_quantile()
,
std_cum_max_augment()
,
std_cum_mean_augment()
,
std_cum_min_augment()
,
std_cum_prod_augment()
,
std_cum_sum_augment()
,
subset_walks()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.