arb: Average relative bias

View source: R/formule.bias.R

arbR Documentation

Average relative bias

Description

Average relative bias (ARB).

Usage

arb(Bpar, B0)

Arguments

Bpar

Matrix with dimension B (replicates) \times P (parameters).

B0

Vector of true parameter values.

Details

Let \hat{θ}_{ij} be the estimated parameter value for the jth parameter in the ith sample (replicate), i = 1, 2, … B, j = 1, 2, … P, and let θ_{j} be the corresponding true parameter value, the Average relative bias is defined as follows:

ARB=\frac{100}{B}∑_{i}\frac{1}{P} ∑_{j} ≤ft( \frac{\hat{θ}_{ij}-θ_{j}}{θ_{j}} \right)

Value

Gives the ARB value.

Note

If θ_{j} = 0, the ratio ≤ft( \frac{\hat{θ}_{ij}-θ_{j}}{θ_{j}} \right) is modified as follows: ≤ft( \frac{\hat{θ}_{ij}-0}{1} \right)

Author(s)

Massimiliano Pastore & Luigi Lombardi

References

Yang-Wallentin, F., Joreskog, K. G., Luo, H. (2010). Confirmatory Factor Analysis of Ordinal Variables With Misspecified Models, Structural Equation Modeling: A Multidisciplinary Journal, 17, 392-423.

See Also

amse


sgr documentation built on April 14, 2022, 5:08 p.m.

Related to arb in sgr...