Learn R Programming

SEofM (version 0.1.0)

SEM: Standard Error of Measurement

Description

To calculate the standard error of measurement (SEM) to assess the observer variability.

Usage

SEM(subject,measurement,observer,value)

Arguments

subject

the index of the subjects, e.g., 1,2,3...;1,2,3...

measurement

the index of the measurements, e.g., 1,1,1...;2,2,2...

observer

the index of the observers, e.g., 1,1,1...;2,2,2...

value

the value of the subjects estimated by the observers using the measurements

Value

SEMintra

SEM for intra-observer variation

SEMinter.fixed

SEM for inter-observer variation

SEMinter.random

SEM for inter-observer variation, which is almost always used than SEMinter.fixed

Examples

Run this code
# NOT RUN {
data(SEMSample)
value=SEMSample$value
observer=SEMSample$observer
subject=SEMSample$patient
measurement=SEMSample$measurement
SEM(subject,measurement,observer,value)
# }

Run the code above in your browser using DataLab