Description Usage Arguments Details Note Source References See Also Examples
This function allows visualizing logistic models fitted using nplr
.
1 2 3 4 |
x |
: an object of class |
pcol |
: the points color. |
lcol |
: the line color. |
showEstim |
: logical/numeric. If a numerical value is passed (a y value to reach), the estimated x value , and interval, is displayed on the plot. Default is |
showCI |
: logical. show the estimated confidence interval |
showGOF |
: logical. show the estimated goodness-of-fit. |
showInfl |
: logical. add the inflexion point on the plot. |
showPoints |
: logical. add the points on the plot. |
showSDerr |
: logical. add the standard errors on the plot (maybe useful in case of experiment with replicates). |
B |
: the length of simulated y values. Used to estimate the confidence interval |
conf.level |
: the confidence level. See |
unit |
: the unit to specify when |
... |
: other graphical parameters. See |
None
The data used in the examples are samples from the NCI-60 Growth Inhibition Data:
https://wiki.nci.nih.gov/display/NCIDTPdata/NCI-60+Growth+Inhibition+Data,
except for multicell.tsv which are simulated data.
None
None
1 2 3 4 5 6 | # Using the PC-3 data
require(nplr)
path <- system.file("extdata", "pc3.txt", package = "nplr")
pc3 <- read.delim(path)
model <- nplr(x = pc3$CONC, y = pc3$GIPROP)
plot(model, showEstim = 0.5, unit = "nM")
|
Testing pars...
The 5-parameters model showed better performance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.