prepRep {eatModel} | R Documentation |
Function uses output of transformToBista
to provide one data.frame
with results from T1 and T2 along with original and transformed linking errors.
prepRep(calibT2, bistaTransfT1, bistaTransfT2, makeIdsUnique = TRUE)
calibT2 |
The object returned by |
bistaTransfT1 |
The object returned by |
bistaTransfT2 |
The object returned by |
makeIdsUnique |
Logical: Guarantee that person IDs do not overlap between t1 and t2? |
A single data.frame with person parameter estimates and linking errors for the two measurement points according to trend estimation.
This version is beta. Please use with care!
Sebastian Weirich
# see example 6a in the help file of defineModel() for a detailed demonstration of # trend estimation.