tabulate_potential_C {RCTS}R Documentation

Shows the configurations for potential C's of the first stable interval (beginpoint, middlepoint and endpoint)

Description

Shows the configurations for potential C's of the first stable interval (beginpoint, middlepoint and endpoint)

Usage

tabulate_potential_C(
  df,
  runs,
  beginpoint,
  middlepoint_log,
  middlepoint,
  endpoint,
  S_cand
)

Arguments

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

Value

data.frame


[Package RCTS version 0.2.4 Index]