Helper function for ensuring the right fitted() output
This function is also responsible for checking whether the input data is valid, such that the fitting process can fail early.
transformFitted(pred, model, clusters) ## S4 method for signature ''NULL',lcModel' transformFitted(pred, model, clusters) ## S4 method for signature 'matrix,lcModel' transformFitted(pred, model, clusters) ## S4 method for signature 'list,lcModel' transformFitted(pred, model, clusters) ## S4 method for signature 'data.frame,lcModel' transformFitted(pred, model, clusters)
pred |
Prediction object |
model |
The model from which the prediction is made. |
clusters |
Optional argument for specifying the trajectory cluster assignments. |
A vector
if the clusters
argument is specified, else a matrix
with the fitted values per cluster per column.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.