View source: R/03_IFE_algorithm_functions.R
tabulate_potential_C | R Documentation |
Shows the configurations for potential C's of the first stable interval (beginpoint, middlepoint and endpoint)
tabulate_potential_C(
df,
runs,
beginpoint,
middlepoint_log,
middlepoint,
endpoint,
S_cand
)
df |
input dataframe |
runs |
number of panel data sets for which the algorithm has run. If larger than one, the median VC2 is used to determine C. |
beginpoint |
first C of the chosen stable interval |
middlepoint_log |
middle C (on a logscale) of the chosen stable interval |
middlepoint |
middle C of the chosen stable interval |
endpoint |
last C of the chosen stable interval |
S_cand |
candidate number for the number of groups |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.