indichange: Individual Change

Description Usage Arguments Value See Also Examples

Description

In Svensson's method, the individual change is described by the relative rank variance (RV), the observable part, and the internal rank variance (IV), the unobservable part, together. A measure of the closeness of observations to the rank transformable pattern of change is defined as the augmented correlation coefficient (ralpha) and its p-value.

Usage

1
2
3
4
5
6
7
8
9

Arguments

t

The contingency table for Svensson's method, a two-dimension matrix.

Value

rv and iv give the RV and IV value. rvse gives the standard error of RV. ralpha and pralpha give the augmented correlation coefficient and the corresponding p-value.

See Also

con_ta for generating contingency table. syschange for systematic change. sresult for summary of Svensson's method analysis.

Examples

1
2
3
4
5
6
7
8
x <- c (1:5,5:1)
y <- c(1:5,1,1,5,4,1)
z <- con_ta(x,y,)
rv(z)
rvse(z)
iv(z)
ralpha(z)
pralpha(z)

svenssonm documentation built on May 2, 2019, 2:43 a.m.