print.ima: Methods for printing "ima" objects.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/methods.ima.R

Description

Use these functions to print out data and summary of immunoassay run objects of class ima.

Usage

1
2
3
4
    ## S3 method for class 'ima'
print(x, ...)
    ## S3 method for class 'ima'
summary(object, analyte="all", result="res", type="fit", ...)

Arguments

x

An object of class ima for print function.

object

An object of class ima.

analyte

Either character or integer in range from 1 to the number of analytes. Determines which analyte will be plotted. If "all" (the default) - the summary for all analytes in sequence is printed. If numeric - only the summary for given analyte is displayed.

result

Character. Select which type of result is to be summarized. Use "res" for results loaded from the run file; or "pred" for results obtained by fitting the data with the sigfit function.

type

Character. This can be either "fit" or "data". For "fit", the fit information is summarized. For "data" the summary of the results data.frame is displayed.

...

Other parameters passed along to print or summary functions.

Details

These functions are utilized to display and summarize data from ima objects.

Value

These functions are used for their side effects and return nothing.

Author(s)

Michal J. Figurski, PhD mfigrs@gmail.com

See Also

plot.sigfit, print.sigfit and summary.sigfit.

Examples

1
2
3
4
5
6
## Not run: 
run = read.multiplex("your-path-here")
head(run) # Makes use of the plot.ima() function.
summary(run, an=1)

## End(Not run) 

immunoassay documentation built on May 2, 2019, 4:45 p.m.