Displaying 20 results from an estimated 400 matches similar to: "searching Jonathan Baron's R Site"
2004 Nov 24
2
an R function to search on Prof. Baron's site
Inspired by the functions that Barry Rawlingson and Dave Forrest posted for
searching Rwiki and R-help archive, I've made up a function that does the
search on Prof. Baron's site (Thanks to Prof. Baron's help on setting up the
query string!):
RSiteSearch <- function(string, restrict="Rhelp", format="long",
sortby="score",
2005 Jan 14
1
how to produce 2-d color plots in R
Hello 'R' Users,
I am very new on 'R', so excuse me if I ask something wrong.
I have ASCII data and the colums of the data are looks like :-
!-------------------------
time,yr,mo,dy,hr,min,sec,lat,lon,ht,co2obs,sigma,co2model
--
-
--
!----------------------------
Each column has data value. Now I want to produce 2-d color maps,
for example the plot should look like :-
on
2006 May 31
5
Help with sorting arrays with objects in it
I have to build an array through both activerecord and also through a ferret
index.
I was hoping to find a way of sorting the array as i combine the two so
def advanced_search(search_text, store, format, sortby)
# find items in ferret index
items = Item.find_by_contents(search_text)
# and now find all the items from a certain store or category
items_from_sql = Item.find_by_sql("SELECT *
2009 Jul 02
7
Params Merge and URL sorting/pagination
Hi all,
Here''s my general setup on the specific template I''m having issues with:
will_paginate for pagination
custom methods for sorting
1-form for team search
1-form for search by date
When searching for a team for instance, the url returned will be:
/rushing_offenses?search=Florida
When searching by date, the url returned will be:
/rushing_offenses?compiled_on=2009-07-02
2006 Aug 17
1
R Site Search directly from Firefox's address bar
Dear list,
For all those interested who use Firefox as the main browser, here is a quick
way to make R related searches:
type "about:config" in the address bar
search for "keyword.url"
and modify it
to "http://finzi.psych.upenn.edu/cgi-bin/namazu.cgi?idxname=functions&idxname=docs&idxname=Rhelp02a&query="
>From now on, every keyword(s) you type in
2009 May 27
3
Sort matrix by column 1 ascending then by column 2 decending
I've got a matrix with 2 columns and n rows. I need to sort it first
by the values in column 1 ascending. Then for values which are the
same in column 1, sort by column 2 decending. For example:
2 .5
1 .3
1 .5
3 .2
Goes to:
1 .5
1 .3
2 .5
3 .2
This is easy to do in spreadsheet programs but I can't seem to work
out how to do it in R and haven't been able to find a solution
anywhere.
2008 Nov 05
3
Sort help
Geneset_name #Chromosome #Hit_in_Biomart
original_geneset_len Missing.genes
[1,] "AGUIRRE_PANCREAS_CHR12" "1" "51"
"59" "8"
[3,] "AGUIRRE_PANCREAS_CHR9" "1" "24"
"24"
2011 May 12
2
Simple order() data frame question.
Clearly, I don't understand what order() is doing and as ususl the help for order seems to only confuse me more. For some reason I just don't follow the examples there. I must be missing something about the data frame sort there but what?
I originally wanted to reverse-order my data frame df1 (see below) by aa (a factor) but since this was not working I decided to simplify and order by
2006 Jun 20
4
Prototype Array bug??
function CreateTOC(){
var $aTOC = document.getElementsByClassName(''tocitem'');
var $temp = '''';
if(isArray($aTOC)){
for($t in $aTOC){
$temp += ''t='' + $t + '', '' + $aTOC[$t].name +
''<BR>'';
}
$(''test1'').innerHTML = $temp;
}
}
When I run this code
2012 Dec 20
2
[LLVMdev] llvm 3.2 regression
On Thu, Dec 20, 2012 at 11:35:47PM +0400, Anton Korobeynikov wrote:
> > Can this be fixed before the 3.2 release?
> Given that release is tomorrow, then - no, unfortunately.
Well if you can't fix the bug by tomorrow, can't you at least revert the
failing part of...
2006 Aug 09
1
Allowing users to reorder displayed data from a table
I have a list of names and prices from a database to display on a
webpage. I would like to allow the user to be able to display those
items either alphabetically or by price (decending or ascending.) I
would also like the user to be able to list items with a certain price
range of their choosing also. How can I do this in Rails?
Thanks!
--
Posted via http://www.ruby-forum.com/.
2001 Apr 30
1
Error in vorbis-tools.spec
Hello,
there is a small typo in the vorbis-tools.spec file which prevents the
successfull build of rpms:
# rpm -ta vorbis-tools-1.0beta4.tar.gz
%changelog not in decending chronological order
The necessary change is:
%changelog
-* Mon Jan 22 2000 Jack Moffitt <jack@icecast.org>
+* Mon Jan 22 2001 Jack Moffitt <jack@icecast.org>
- updated for prebeta4 builds
* Sun Oct 29 2000
2010 Dec 30
1
Sorting data.frame datewise in a descending order
Dear 'HTH' R friends
I have a small dataframe as given below. I need to sort this database based on date in a decending order. I am not sure whether I have defined the date column in a proper format.
mydat<-data.frame(date = (c("1/31/2010", "2/28/2010", "3/31/2010", "4/30/2010", "5/31/2010", "6/30/2010",
2012 Dec 21
0
[LLVMdev] llvm 3.2 regression
+glider
Weird, we haven't seen problems with this test for quite a while.
On Fri, Dec 21, 2012 at 12:08 AM, Jack Howarth <howarth at bromo.med.uc.edu>wrote:
> On Thu, Dec 20, 2012 at 11:35:47PM +0400, Anton Korobeynikov wrote:
> > > Can this be fixed before the 3.2 release?
> > Given that release is tomorrow, then - no, unfortunately.
>
> Well if you can't
2007 Jul 02
2
Object Property Sorting - Hash?
I''m trying to sort an object by its property names. As I understand it,
iterating over an object using for...in or using Hash.each() (or
Hash.sortBy()) does not guarantee the order of the properties.
Is there an easy and low-overhead way to guarantee order? Or would I
need to have some type of collection object that uses arrays instead of
the property-value configuration that Hash
2012 Dec 21
1
[LLVMdev] llvm 3.2 regression
Neither we have them now.
Unfortunately disabling the test in the 3.2 branch won't fix the
problem, and the actual fix may require cherry-picking a number of
recent CLs, which may be rather intrusive.
On Fri, Dec 21, 2012 at 12:06 PM, Alexey Samsonov <samsonov at google.com> wrote:
> +glider
>
> Weird, we haven't seen problems with this test for quite a while.
>
>
2008 Sep 03
4
delta index in Sphinx
Hello, all!
Help me please to solve problem with Sphinx and its delta index.
Configuration file is located in attachment to this topic.
-------------------------------------------------------------------
mysql> select id, e_mail from users where e_mail LIKE ''%test%'';
-------------------------------------------------------------------
2010 Dec 02
0
Thinking Sphinx sorting problem
Hello all,
I''m trying to get some records in my application to sort based on a SQL
calculated value and am getting no records returned. I have checked and
double checked and the query that TS is indexing is working out, but the
problem is with the controller.
Here is what I''m indexing:
----------------------------------------------------------
indexes
2007 Sep 18
4
Prototype.js and Multidimensional Arrays
Hi there,
this code works only fine , if i dont embedding the prototype.js in my
document:
<script type="text/javascript">
var myCheckBox2 = new Array();
myCheckBox2[''Ort''] = new Array("hamburg","berlin","hannover");
myCheckBox2[''Art''] = new Array("programmierung","support");
2006 Feb 17
2
Sorting Multiple Arrays
Hey Cats,
I''m having a problem. I''m working with an object that contains a bunch
of arrays:
var myObject = {
"data": [
{"line": [1,"aoo","far"]},
{"line": [2,"boo","ear"]},
{"line": [3,"coo","dar"]},
{"line":