I 'm new to the CV and not very good at statistic:) I would much appreciate some help on a non parametric ANCOVA in R sm package.
I do a pre post analysis on a set of pre/post variables of two groups (so group
is a factor). The pre
and post
variables are numeric values (measures) or ratios of numeric measures.
The sm.ancova
output is simply a p-value and
- I do not really understand what the "models" are
- it does not say if there is an interaction factor:covariate.
How should I interpret the output of the sm.ancova
function in R?
E.g. for var1
to var4
, post
as response, pre
as co-variate, group
as factor:
var1
p-value: non significant for "equality model" and non significant for "parallel model",var2
p-value: significant for "equality model" and non significant for "parallel model",var3
p-value: non significant for "equality model" and significant for "parallel model",var4
p-value: significant for "equality model" and significant for "parallel model".
Edit: it seems that R sm package is about smoothing / "form of the relationship between y and a continuous covariate". Are there non-parametric alterniatives for ANCOVA when the distributional assumtions are not met? Some details: I compare 2 small gourps (group is a factor, categorical), y is post measure, and x is pre mesure (covariate). The question is if the effect of the treatement is the same on both groups.