<< rdel Data management scsv2sci >>

fact >> Data management > reorder

reorder

sorts two Div structures from the identifiers they share

Calling sequence

x1r,x2r = reorder(x1,x2);

Arguments

x1,x2:

two Div structures

x1r,x2r:

two Div structures containing the observations common to x1 and x2 according to x1.i et x2.i, and in the same order for x1r and x2r (x1r.i=x2r.i); the observations not shared by x1 and x2 are dropped

Example

[x1r,x2r]=reorder(x1,x2)

Authors


Report an issue
<< rdel Data management scsv2sci >>