R/RcppExports.R
popedMultipleEndpointParam.Rd
This function populates a numeric vector with parameters and unique times and also populates the internal C++ global index
popedMultipleEndpointParam(p, times, modelSwitch, maxMT, optTime = TRUE)
A numeric vector containing the parameters followed by unique times, if the maximum number of times is greater than the input this will append the maximum observed times in the input. This assumes the first parameter is the id and is dropped fro the output.
This function first uses the input times and model switches to a global time indexer.
It then creates a new numeric vector
that combines the input parameters and unique times. If the
number of times is less than maxMT
, the remaining elements are
filled with the maximum time.