tab.repl {MethComp}R Documentation

Table of replicates by each method

Description

Creates a table classified by method and no. of replicate measurments which in each entry has the number of items with that number of replicates on that method.

Usage

tab.repl(data)

Arguments

data Data frame with variables meth, item, repl and y. y represents a measurement on an item (typically patient or sample) by method meth, in replicate repl.

Value

A table classified by method and no. of replicate measurements. Two colums with the total number of items and measuremnts on each method is at added to the table.

Author(s)

Bendix Carstensen, bxc@steno.dk

See Also

MethComp

Examples

data(ox)
tab.repl(ox)

[Package MethComp version 0.1.19 Index]