powered by
Plot rcox object
# S3 method for rcox plot(x, y, ...)
An rcox object
Ignored
Currently not used
gm = ~al:an:st vcc = list(~me+st, ~ve+an, ~al) ecc = list(~me:ve+me:al, ~ve:al+al:st) m1 <- rcox(gm=gm, vcc=vcc, ecc=ecc, data=math, method='matching') plot(m1)
Run the code above in your browser using DataLab