[R] Robust ANCOVA
David Winsemius
dwinsemius at comcast.net
Mon Mar 28 04:30:31 CEST 2016
> On Mar 27, 2016, at 9:52 AM, HAMID REZA ASHRAFI via R-help <r-help at r-project.org> wrote:
>
> HiI have a set of data with two independent variables, a pretest (covariate) and posttest (dependent variable).Can anyone help me run robust ANCOVA?If you wish I can send you the data file.yours
> [[alternative HTML version deleted]]
https://cran.r-project.org/web/views/Robust.html
help(pac=MASS, rlm)
# A starting point perhaps:
MASS::rlm( Post ~ pre +IV1 + IV2, data=yourdataframe)
--
David Winsemius
Alameda, CA, USA
More information about the R-help
mailing list