powered by
To calculate the standard error of measurement (SEM) to assess the observer variability.
SEM(subject,measurement,observer,value)
the index of the subjects, e.g., 1,2,3...;1,2,3...
the index of the measurements, e.g., 1,1,1...;2,2,2...
the index of the observers, e.g., 1,1,1...;2,2,2...
the value of the subjects estimated by the observers using the measurements
SEM for intra-observer variation
SEM for inter-observer variation
SEM for inter-observer variation, which is almost always used than SEMinter.fixed
# 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