flatfunction {DTVEM}R Documentation

Are the predicted intervals flat?

Description

Is the smooth really flat (meaning that the max and the min values of the smooth are not significantly different?)

Usage

flatfunction(
  timepred = timepred,
  lowerboundvcfx = lowerboundvcfx,
  upperboundvcfx = upperboundvcfx,
  j = j
)

Arguments

timepred

This is the time prediction values from the start to the end of the predictions in intervals dictated by the intervals

lowerboundvcfx

The lower confidence interval of the variable of interest

upperboundvcfx

The upper confidence interval of the variable of interest

j

The index number of the flat function

Value

The output of this function includes whether flatness is an issue if the output will equal TRUE if it is and FALSE if it isn't.


[Package DTVEM version 1.0010 Index]