Displaying 6 results from an estimated 6 matches for "izer".
Did you mean:
iter
2009 Apr 03
1
"factorise" variables in a data.frame
Dear list,
I often need to convert several variables from numeric or integer into
factors (before plotting, for instance), as in the following example,
d <- data.frame(
x = seq(1, 10),
y = seq(1, 10),
z = rnorm(10),
a = letters[1:10])
d2 <-
within(d, {
x = factor(x)
y = factor(y)
})
str(d)
str(d2)
I'd like to write a function factorise() which takes a data.frame and
2007 Oct 18
3
Changing php5 with php4 in CentOS 5
Hi,
In our server CentOS 5 is installed. Some of our web pages are compatible
with php4 but in centOS 5 , php5 is installed and we cannot see our pages.
I want to remove php5 and install php4 but i could not find php4 rpm for
CentOS 5. Can anybody help me?
Thanks
Can ?izer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20071018/a5b9237f/attachment-0004.html>
2009 Jun 12
2
Squaring one column of data
Hi,
A fairly basic problem I think, here although searching the inetrnet doesn't
seem to reveal a solution. I have a dataset with two columns of real
numbers. It is read in via read.table. I simply need to square the data in
the second column and then plot it. I have tried extracting the second
column (b <- z[2]) and then squaring it and merging it to a variable which
is the first column
2009 Jun 23
4
Apply as.factor (or as.numeric etc) to multiple columns
Hi R-helpers,
I have a dataframe with 60columns and I would like to convert several
columns to factor, others to numeric, and yet others to dates. Rather
than having 60 lines like this:
data$Var1<-as.factor(data$Var1)
I wonder if it's possible to write one line of code (per data type,
e.g. factor) that would apply a function (e.g., as.factor) to several
(non-contiguous) columns. So, I
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...Archit Taneja <a0393947@ti.com> # DSS
Archit Taneja <archit@ti.com>
Ard Biesheuvel <ard.biesheuvel@linaro.org>
Arend van Spriel <arend@broadcom.com>
Ariane Keller <ariane.keller@tik.ee.ethz.ch>
Ariel Elior <ariele@broadcom.com>
Arik Nemtsov <arik@wizery.com>
Arindam Nath <arindam.nath@amd.com>
Aristeu Rozanski <aris@redhat.com>
Arjan van de Ven <arjan@linux.intel.com>
Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
Arkadiusz Miskiewicz <arekm@maven.pl>
Arkady Miasnikov <a-miasnikov@ti.com>
Armand...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...Archit Taneja <a0393947@ti.com> # DSS
Archit Taneja <archit@ti.com>
Ard Biesheuvel <ard.biesheuvel@linaro.org>
Arend van Spriel <arend@broadcom.com>
Ariane Keller <ariane.keller@tik.ee.ethz.ch>
Ariel Elior <ariele@broadcom.com>
Arik Nemtsov <arik@wizery.com>
Arindam Nath <arindam.nath@amd.com>
Aristeu Rozanski <aris@redhat.com>
Arjan van de Ven <arjan@linux.intel.com>
Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
Arkadiusz Miskiewicz <arekm@maven.pl>
Arkady Miasnikov <a-miasnikov@ti.com>
Armand...