mean_spec_int_to_str: Convert from an integer to string representation of the mean...

Description Usage Arguments Value Examples

View source: R/mean_calculations.R

Description

Given an integer specification of the mean, convert to a string specification. This is done for code readability. In the technical documentation, the variable S^(f) gives the mean specifiation, but for readability mean_spec is instead used in the code. An error is thrown for invalid inputs. The valid cases are:

int str 0 pow_law_ord 1 log_ord 2 lin_ord 3 pow_law

Usage

1
mean_spec_int_to_str(mean_spec_int)

Arguments

mean_spec_int

The mean specification as an integer

Value

The mean specification as a string

Examples

1
2

MichaelHoltonPrice/yada documentation built on Sept. 19, 2021, 11:27 p.m.