XPtrToDist {rrp} | R Documentation |
Coercies an XPtr
object into a dist
object which can be
used in other algorithms.
XPtrToDist(d)
d |
an XPtr object |
This routine does not duplicate but just makes available as a dist
the data contained in d
returns an invisible object of class dist
S.M. Iacus
Iacus, S.M., Porro, G. (2009) Random Recursive Partitioning: a matching method for the estimation of the average treatment effect, Journal of Applied Econometrics, 24, 163-185.
Iacus, S.M., Porro, G. (2007) Missing data imputation, matching and other applications of random recursive partitioning, Computational Statistics and Data Analysis, 52, 2, 773-789.
a <- newXPtr(10,5) (XPtrToDist(a)) as.dist(matrix(5,10,10))