972-52-7275845
> Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
> www.r-statistics.com (English)
> --
>
>
>
>
> On Sun, Apr 18, 2010 at 7:30 PM, Laura Ferrero-M
Dear very helpful friends,
It is Sunday, there is no air traffic in Europe, what better to do
than try and learn me some more R.
I have the following example:
owner <- c(1:4)
animal <- c("cat", "dog", "cat", "dog")
char.1 <- c("fluffy", "playful", "mean", "stupid")
food <- c("cat food", "left-ove
>> d <- cbind(d, c=ifelse(d[,2] == 'meep', 'oops', 'yay'))
>> d
> a b c
> [1,] "1" "meep" "oops"
> [2,] "2" "foo" "yay"
> [3,] "3" "meep" "oops&q
Hello,
I am very new to R and data analysis in general.
I am trying to generate values to append to my data frame using
conditional statements.
I am playing with this simple example:
a <- c(1:4)
b <- c("meep", "foo", "meep", "foo")
d <- cbind(a, b)
now what I want to do is , each time there is a
Hi everyone!
I am very new to R and I am having some difficulties.
My data set looks something like this:
subjectA B C
D E
1 cat monkey cat
dog cat
2 cat
Hi everyone!
I am very new to R and I am having some difficulties.
My data set looks something like this:
ABCD E
cat monkey cat dogcat
cat
__
R-help@
6 matches
Mail list logo