powered by
The odeModel object stores all important information. Measurements of the objects can be set directly by adressing the slot, or with this function.
setMeas(odeModel, meas)# S4 method for odeModel setMeas(odeModel, meas)
# S4 method for odeModel setMeas(odeModel, meas)
an object of the class odeModel
measurements of the model, a matrix with measurements of the model and the corresponding time values
an object of odeModel
# NOT RUN { data(uvbData) data(uvbModel) measurements <- uvbData[,1:6] newModel <- setMeas(odeModel = uvbModel, meas = measurements) # }
Run the code above in your browser using DataLab