helpText.selOutliers=c(chbRemoveOut="Remove outlier time points. Gaps created by removing outliers can be interpolated or you can choose to remove entire trajectories that contain outlier time points.",
numOutliersPerc='Percentage of data points to remove from pooled data from all time points.',
chBtrajInter='Linearly interpolate gaps created after removing outlier time points.',
chBtrajInter="Linearly interpolate gaps created after removing outlier time points. This option will also interpolate pre-existing NAs and missing time points.",
rbOutliersType='Choose whether to remove outliers from the top, bottom, or both ends of the pooled data distribution.',
slOutliersGapLen='Duration of a maximum allowed gap created by removing outlier time points. Time series with gaps longer than the set threshold will be removed entirely. ',
slOutliersGapLen=paste0("Time series with gaps longer than the threshold will be removed entirely. ",
"Shorter gaps can be interpolated or can remain in time series."),
chBplotDist='Visualise a distribution of pooled data points. Red regions indicate the percentage of data set for removal.'