Displaying 7 results from an estimated 7 matches for "hoebinger".
Did you mean:
hobbingen
2009 Mar 18
2
run r scripts (tinn) via command
Hello, I am working on a project consisting of several r-scripts written in
the tinn editor. Is it possible to create a superior r script containing
commands to run the sub-scripts one by one?
-----
Tamara Hoebinger
University of Vienna
--
View this message in context: http://www.nabble.com/run-r-scripts-%28tinn%29-via-command-tp22580362p22580362.html
Sent from the R help mailing list archive at Nabble.com.
2008 Nov 20
1
convert factors to numbers
...s. After reading the csv-file I create a
new dataframe by dividing the values of that colum into more colums (then a
colum contains just characters or numbers) but the numbers are converted to
factors. How can I create the new dataframe without having the numbers
converted to factors?
-----
Tamara Hoebinger
University of Vienna
--
View this message in context: http://www.nabble.com/convert-factors-to-numbers-tp20609049p20609049.html
Sent from the R help mailing list archive at Nabble.com.
2009 Mar 31
1
Convert date to integer
...eters. The
times have the format "h:m", e.g. 13:00 or 5:30, R classes them as factors.
I want to change the times to integers e.g. 13:00 -> 1300. I tried to use
"chron" to create a chronological object, but it didn't work for the times
(yust for the dates).
-----
Tamara Hoebinger
University of Vienna
--
View this message in context: http://www.nabble.com/Convert-date-to-integer-tp22800457p22800457.html
Sent from the R help mailing list archive at Nabble.com.
2008 Nov 23
1
tklistbox - R-Objekt
...and=OnOK)
tkbind(tkgrid, "<Return>",OnOK)
tkgrid(OK.but)
The function works, but it does not create any r-object to that I can access
later on. How do I have to modify the function that I get an object with the
value "method1" or "method2"?
-----
Tamara Hoebinger
University of Vienna
--
View this message in context: http://www.nabble.com/tklistbox---R-Objekt-tp20649714p20649714.html
Sent from the R help mailing list archive at Nabble.com.
2010 Oct 28
2
times
Hi! I have an input table with a column "Dates" in the format
"month/day/year" (eg. "5/11/1999" and a column "Times" in the format
"hours/minutes" (eg. "15:20"). In R I need to convert them into chron
objects to extract colums only containing months, days, minutes, ..
For the dates it is no problem if I write:
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...ould be much appreciated.
Regards, Matthew
_______________________________________________
R-packages mailing list
R-packages@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
------------------------------
Message: 97
Date: Tue, 31 Mar 2009 01:18:44 -0700 (PDT)
From: thoeb <t.hoebinger@gmail.com>
Subject: [R] Convert date to integer
To: r-help@r-project.org
Message-ID: <22800457.post@talk.nabble.com>
Content-Type: text/plain; charset=us-ascii
Hello, I have a dataframe containing dates, times and other parameters. The
times have the format "h:m", e.g. 13:00 o...
2008 Nov 19
1
selection list
Hello! I want to create a command for choosing input parameters via a new
window that shows a table in which the parameters can be written in. R
should open a seperate window in which the user is asked to put in some
values (just numbers), afterwards a new file containing these values should
be created and saved in the working directory.
Does anybody how I can solve that problem and which package