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 measurments.

Author(s)

Bendix Carstensen, bxc@steno.dk

See Also

MethComp

Examples

data(ox)
tab.repl(ox)

[Package MethComp version 0.1.1 Index]