Description Usage Arguments Details Value Author(s)
View source: R/LMK_obs-error.R
Calculate the inter- or intra-observer error between two sets of LMK data
1 | LMK_obs_error(obs1, obs2, lmk.lbl = NULL, full = FALSE)
|
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. |
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.
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
Daniel Ehrlich
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.