plotNlmeData {mixlow}R Documentation

Plot results obtained from nonlinear mixed-effects analysis

Description

Plots results obtained from doNlme function

Usage

plotNlmeData(nlmeData, ask, ...)

Arguments

nlmeData A list obtained from the do.NLME function
ask Logical. If TRUE (and the R session is interactive) the user is asked for input, before a new figure is drawn.
... Additional parameters, including main and legend to be passed to the plot function

Details

Two sets of figures are generated per nlme analysis. The first is concentration-response curves for all trays treated with a given drug, and the second is qqnorm plots of residuals for each drug.

Value

None

Author(s)

John Boik jcboik@stanford.edu

See Also

doNlme

Examples

# nlmeData data object is obtained using the doNlme function
data("nlmeData")
plotNlmeData(nlmeData=nlmeData, ask=FALSE)

[Package mixlow version 0.01.1 Index]