Description Usage Arguments Value Examples
Plot residuals for a fitlist
1 |
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 |
A plot object of class ggplot
with data.frame as attribute attr(P,"out")
.
1 2 3 4 5 6 7 8 9 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.