| plotResiduals {dMod} | R Documentation | 
Plot residuals for a fitlist
Description
Plot residuals for a fitlist
Usage
plotResiduals(parframe, x, data, split = "condition", errmodel = NULL, ...)
Arguments
parframe | 
 Object of class   | 
x | 
 Prediction function returning named list of data.frames with names as   | 
data | 
 Named list of data.frames, i.e. with columns   | 
split | 
 List of characters specifying how to summarise the residuals by   | 
errmodel | 
 object of type prdfn, the error model function.  | 
... | 
 Additional arguments for x  | 
Value
A plot object of class ggplot with data.frame as attribute attr(P,"out").
Examples
## Not run: 
 # time axis:
 plotResiduals(myfitlist, g*x*p, data, 
    c("time","index","condition","name"), 
    conditions = myconditions[1:4])
 # condition axis (residuals summed over time for each observable and condition):
 plotResiduals(myfitlist, g*x*p, data,  c("condition","name","index"))
## End(Not run)
[Package dMod version 1.0.2 Index]