LMK_obs_error: Inter-/Intra-Oberver Error

Description Usage Arguments Details Value Author(s)

View source: R/LMK_obs-error.R

Description

Calculate the inter- or intra-observer error between two sets of LMK data

Usage

1
LMK_obs_error(obs1, obs2, lmk.lbl = NULL, full = FALSE)

Arguments

obs1

A set of observations of landmark data

obs2

A second set of observations of landmark data

lmk.lbl

A character vector containing informative names for landmarks. If Null (default) LMKs will be labeled as 'lmk.1, lmk.2, lmk.3, ...'

full

Logical, should a full output be returned. By default (FALSE), only a summary table is returned. If TRUE, a list (3L) is returned with additional infomation.

Details

Computes three measures of error between two sets of LMK data. Direct Euclidean distance, intraclass correlation (ICC), and Chronbach's alpha. All values are summarized by landmark, and by individual to investigate/identify systemic error. Output is a summary table, or a list (3L) containing the summary table, as well as additional raw and transformed values.

Value

Test returns a table summarizing euclidean distance, ICC and Chronbach's alpha. If full = TRUE, then the function returns a list (3L) of additional raw/transformed values used in calculations

Author(s)

Daniel Ehrlich


lmkCHK documentation built on Oct. 23, 2020, 5:21 p.m.