Learn R Programming

MethComp (version 1.30.0)

sbp: Systolic blood pressure measured by three different methods.

Description

For each subject (item) there are three replicate measurements by three methods (two observers, J and R and the automatic machine, S). The replicates are linked within (method,item).

Arguments

Format

A data frame with 765 observations on the following 4 variables:

meth

Methods, a factor with levels J(observer 1), R(observer 2) and S(machine)

item

Person id, numeric.

repl

Replicate number, a numeric vector

y

Systolic blood pressure masurement, a numeric vector

See Also

sbp.MC

Examples

Run this code
# NOT RUN {
data(sbp)
par( mfrow=c(2,2), mar=c(4,4,1,4) )
BA.plot( sbp, comp=1:2 )
BA.plot( sbp, comp=2:3 )
BA.plot( sbp, comp=c(1,3) )
# }
# NOT RUN {
 BA.est( sbp, linked=TRUE ) 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab