Displaying 6 results from an estimated 6 matches for "jorgusch".
Did you mean:
jarausch
2009 Aug 11
2
Slicing cra**y csv files
...esults 39 Results 2 Results 7 Results 23 Results 42
Results
V8 V9 V10
1 36 Results 22 Results 28 Results
I just need the numbers as a vector.
Excel can do it with a few lines of VBA, but there must be a way to do it
directly in R, would make things easier.
Thanks a lot!
jorgusch
--
View this message in context: http://www.nabble.com/Slicing-cra**y-csv-files-tp24913849p24913849.html
Sent from the R help mailing list archive at Nabble.com.
2009 Sep 15
2
Subsetting matrix with values from vector
Hello,
I have a large matrix (data), in which there is a column offerid. The values
are numbers (lets say 1:5)
There is another vector (idnew), which contains some of the offerids and
many more (3:10).
I want a subset of the matrix wiith only those rows, which match the
criteria of the vector.
How can I make it work?
Thanks!
--
View this message in context:
2009 Jun 23
1
Using a variable for mysql/database Query
...have to filter first.
However, I have now the problem that I find a value and would like to insert
it into a data query for the "real select" command. Obviously, typing 'x'
does not help as the database does not now this entry. Anyway to make it
work?
I am using RMYQL
Thanks!
jorgusch
--
View this message in context: http://www.nabble.com/Using-a-variable-for-mysql-database-Query-tp24166250p24166250.html
Sent from the R help mailing list archive at Nabble.com.
2010 Mar 26
1
MySQL and RODBC - limitations
...At some point all numbers turn to
"2147483647". I am aware of the meaning of the number (2GB). However, where
is the problem? Is it the connector or R?
I set the flag in the ODBC Connector "Allow big results flag", but I see no
difference. Any ideas what I can do?
Thank you!
jorgusch
--
View this message in context: http://n4.nabble.com/MySQL-and-RODBC-limitations-tp1692743p1692743.html
Sent from the R help mailing list archive at Nabble.com.
2009 May 06
2
rmysql query help
R HELP,
I am trying to use an R script to connect to a mysql database. I am
having a problem using a variable in the where clause that contains a
"space" in its value.
If I include the variable inside the quotes of the query - i think it is
searching for the name of the variable in the database and not the value
of the variable.
If I put it outside the quotes, then it complains
2010 Feb 22
0
First Appearance of value in splitted matrix
Hello,
I have a large matrix (foo), I have to split by weeks and in which measures
start at different points of time.
Now I am looking for the number of the week, in which a specific value
appears. I do not need the date or any other information from a row, but
(due to structure of result table) the indicator i.
One example:
foo has two columns: Date, ID
foo.all<- split(foo, cut(foo$Date,