flatfunction {DTVEM} | R Documentation |
Is the smooth really flat (meaning that the max and the min values of the smooth are not significantly different?)
flatfunction(timepred = timepred, lowerboundvcfx = lowerboundvcfx, upperboundvcfx = upperboundvcfx, j = j)
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 |
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.