Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/methods.sigfit.R
Use these functions to print out, summarize and make plots of fitted immunoassay 
run objects of class sigfit.
1 2 3 4 5 6  | 
x | 
 An object of class   | 
object | 
 An object of class   | 
table | 
 Logical, whether to print the coefficients or not, defaults to   | 
type | 
 Character. Either   | 
norm | 
 Character. For the plot   | 
... | 
 Other parameters passed along to the   | 
These are the most basic methods used to display sigmoidal fit objects from the sigfit
function. Useful utility functions for LaTeX report templates.
The functions print.sigfit and plot.sigfit are used exclusively for their 
side effects and do not return anything. Function summary.sigfit returns a list
of the following elements:
fit | 
 An actual summary of the   | 
res | 
 A table of summary results for Standards and QCs.  | 
stats | 
 A table of fit statistics.  | 
Michal J. Figurski, PhD mfigrs@gmail.com
sigfit and predict.sigfit. 
1 2 3 4 5 6 7 8  | ## Not run: 
    run = read.multiplex("your-path-here")
    fit = sigfit(run)
    fit
    summary(fit)
    plot(fit)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.