Many thanks.
Much easier than my solution
B.
Birgitle wrote:
>
> I just started to write tiny functions and therefore I appologise in
> advance if I am asking stupid question.
>
> I wrote a tiny function to give me back from the original matrix, a matrix
> showing only the values smaller -0.
You can do this:
ifelse(XY >= 0.8 | XY <= -0.8 | is.na(XY), XY, "low corr")
On 8/13/08, Birgitle <[EMAIL PROTECTED]> wrote:
>
> I just started to write tiny functions and therefore I appologise in advance
> if I am asking stupid question.
>
> I wrote a tiny function to give me back from the origi
2 matches
Mail list logo