Description Usage Arguments Details Value Warning Author(s) References See Also Examples
Functions for manipulating interlaboratory study objects objects of class ‘ilab’.
1 2 3 4 5 |
x |
An object of class ‘ilab’ |
subset |
logical expression indicating elements or rows to keep: missing values are taken as false. |
drop |
passed on to '[' indexing operator. |
... |
Parameters passed to other functions |
i, j |
elements to extract. May be numeric or logical vectors. |
For the subset method, subset
is an expression evaluated in the frame
of ilab$data
and in the parent environment if objects are not found in
ilab$data
. Note that since ilab$distrib
and ilab$distrib.pars
are
not in ilab$data
, any operation on these must be specified in full.
The indexing method '['
operates on both rows and columns of the object. However,
only the $data
element can be addressed with the j
; the distrib
and
distrib.pars
elements are unaffected by j
and will always be included
in the returned object.
An object of class ‘ilab’ with fewer rows and (if j
is present)
fewer columns.
Removing the standard columns from ‘ilab’ objects using '['
may have unforeseen
consequences for other functions; only the print method is likely to operate successfully.
S. L. R. Ellison s.ellison@lgc.co.uk
None, yet.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.