.gtheory | R Documentation |
gtheory()
Function.gtheory
is the function used by the boot
function
within the gtheory
function. It is primarily created to
increase the computational efficiency of bootstrap confidence intervals
within the gtheory
function by doing only the minimal computations
needed to compute the generalizability theory coefficient.
.gtheory(dat, i, cross.vrb)
dat |
data.frame with only the variables/items you wish to include in the generalizability theory coefficient and no other variables/items. |
i |
integer vector of length = |
cross.vrb |
logical vector of length 1 specifying whether the variables/items should be crossed when computing the generalizability theory coefficient. If TRUE, then only the covariance structure of the variables/items will be incorperated into the estimate of reliability. If FALSE, then the mean structure of the variables/items will be incorperated. |
double vector of length 1 providing the generalizability theory coefficient.
.gtheorys
gtheory
.gtheory(dat = attitude,
i = sample(x = 1:nrow(attitude), size = nrow(attitude), replace = TRUE),
cross.vrb = TRUE)
.gtheory(dat = attitude,
i = sample(x = 1:nrow(attitude), size = nrow(attitude), replace = TRUE),
cross.vrb = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.