search for: aditi

Displaying 20 results from an estimated 21 matches for "aditi".

Did you mean: adit
2009 Sep 18
3
Error: length(f1) == length(f2) is not TRUE
...'s, but I don't know how to fix this error at all. Its a bit urgent, and any help is hugely appreciated. The data files are at: <http://www.4shared.com/file/131980362/460bdafe/Testvcomp10.html> (excel) http://www.4shared.com/file/131980512/dc7308b/Testvcomp10.html (txt) Cheers, Aditi ---------------------- A Singh Aditi.Singh at bristol.ac.uk School of Biological Sciences University of Bristol
2009 Sep 18
0
Error: length(f1) == length(f2) is not TRUE (fwd)
...y(vcdf) and make sure > that 'family' and 'P1L55' columns are factors. Perhaps > columns 4:13 did not include them. > > Bill Dunlap > TIBCO Software Inc - Spotfire Division > wdunlap tibco.com > >> -----Original Message----- >> From: A Singh [mailto:Aditi.Singh at bristol.ac.uk] >> Sent: Friday, September 18, 2009 9:03 AM >> To: William Dunlap; r-help at r-project.org >> Subject: RE: [R] Error: length(f1) == length(f2) is not TRUE >> >> Hi Bill, >> >> Thanks, I did try out what you suggested but it doesn'...
2009 Nov 16
3
lapply() not converting columns to factors (no error message)
...nvert the columns into factors at all. As far as I can see I've done nothing different, and its strange that it shouldn't do the action. Has anybody come across this before? Any input on this strange issue much appreciated.. Hope I haven't missed something obvious. Thanks a lot, Aditi (P.s.- I've tried converting columns one by one to factors this time, and that works. >P1L55<-factor(P1L55) >levels(P1L55) >[1] "0" "1" Code: prm<-read.table("P:\\..... .csv", header=T, ...sep=",", ...) prmdf<-data.frame(prm) prm...
2009 Sep 21
4
Working around 256 byte variable names? + trouble opening large file
...max, sep, dec, quote, skip, nlines, na.strings, : line 397 did not have 431 elements Is it that R isn't dealing too well with Excel-converted-to-text files? Is it a function of file size? I have double-checked the 430 column file and all data seems to be in place. Thanks for your help! Aditi ---------------------- A Singh Aditi.Singh at bristol.ac.uk School of Biological Sciences University of Bristol
2009 Dec 08
1
Printing 'k' levels of factors 'n' times each, but 'n' is unequal for all levels ?
...ments, <NA> should be printed 15 times, level 2 = 12 times 0.1428, and so on. Is there a way of specifying that a list needs to be populated with replicates of groupmeans based on values got from newtemp[,2]? I just can't seem to figure this out by myself. Many thanks for your help. Aditi ---------------------- A Singh Aditi.Singh at bristol.ac.uk School of Biological Sciences University of Bristol
2009 Nov 19
1
Splitting massive output into multiple text files
...iles, each successive file being labeled as a series of numbers, but I couldn't figure out how to even adapt that to my model. I cannot figure out what other way there is to conveniently view 4 m. items of data without losing some of it somewhere.. Any help will be much much appreciated.. Aditi ------------------------------------------------------------------ Code for shorter sample file: model<-read.table("...) modeldf<-data.frame(model) modeldf[2:13<-lapply(modeldf[2:13],factor) colms<-(modeldf)[4:13] ## 10 markers only in this file se<-c(1:1000) for(f in...
2009 Jul 15
2
Differing Variable Length Inconsistencies in Random Effects/Regression Models
...the following location: <http://www.filesanywhere.com/fs/v.aspx?v=896d6b88616173be71ab> (excel- .xlsx) <http://www.filesanywhere.com/fs/v.aspx?v=896d6b88616174a76e9e> (.txt file) Any pointers would be greatly appreciated, as this is holding me up loads. Thanks a ton for your help, Aditi ---------------------- A Singh Aditi.Singh at bristol.ac.uk School of Biological Sciences University of Bristol
2009 Sep 11
0
How to block data across multiple columns?
...ly), data=t, na.action=na.exclude)) print(summary(fit)) }}} This however, doesn't run at all after the first two loops. I cannot figure out how to tell it to block each one of 10 columns in turn. This works for one marker, but not more in the same run. Any suggestions please? Thanks a lot, Aditi Data files at: <http://www.4shared.com/file/131980362/460bdafe/Testvcomp10.html> (excel) http://www.4shared.com/file/131980512/dc7308b/Testvcomp10.html (txt) --------------------- A Singh Aditi.Singh at bristol.ac.uk School of Biological Sciences University of Bristol
2009 Nov 19
0
Printing labeled summary to text file ?
...s me with about 4 million blocks of output (hypothetically) and with no way of telling where one marker ends and the next begins. Eyeballing this will take years. Is there a way to therefore produce labeled output while writing to a text file? Thanks a lot for any suggestions that might help, Aditi --------------------------------------------------------- Code for a test file with 10 markers: model<-read.table(".......) modeldf<-data.frame(model) modeldf[2:13]<-lapply(modeldf[2:13],factor) colms<-(modeldf)[4:13] ## ten marker columns se<-c(1:10000) peg.no<-(mode...
2006 Jun 04
3
passing a value in a hidden field inside a form
should be trivial but I can''t figure this out from api <%= hidden_field ''certifications'', ''personnel_id'', {value = #{@personnel.id}} %> I want to pass the value of ''id'' field in my form to the certifications controller as personnel_id Craig
2009 Jul 28
1
Multiple lmer runs using 2 'for' loops
...sults for each run of the lmer. Files: <http://www.filesanywhere.com/fs/v.aspx?v=896d6b88616173be71ab> (excel- .xlsx) <http://www.filesanywhere.com/fs/v.aspx?v=896d6b88616174a76e9e> (.txt file) Apologies for repetitive mails, but it won't work. Thank you very much again, Aditi ---------------------- A Singh Aditi.Singh at bristol.ac.uk School of Biological Sciences University of Bristol
2012 Jan 04
1
rmpi vs snow - which one is better from communication overhead point of view
...an I do explicit send, receive, broadcast, etc with snow? Also, if I use /foreach/ on either of these, does this add further overhead? Please help me understand the difference in the provisions of the two and select one of them for my current and future projects. Thanks a lot in advance. Best, Aditi -- View this message in context: http://r.789695.n4.nabble.com/rmpi-vs-snow-which-one-is-better-from-communication-overhead-point-of-view-tp4260660p4260660.html Sent from the R devel mailing list archive at Nabble.com.
2006 May 23
3
Pagination problem
hi everybody, i am new to rails.. plz clear my doubt... this is my question In my table(public_topics), i have 11 rows of data.. whenever i run the following view, it shows the entire rows in the current page.. and i have set the '':per_page'' option to ''2''.so it must show two data per page..but it shows all the rows in a single page..and this case continue
2016 Mar 23
1
We really need more community involvement with GSoC
On 03/20/2016 12:20 PM, John Criswell via llvm-dev wrote: > On 3/19/16 6:26 AM, Bruce Hoult via llvm-dev wrote: >> I work for one of those "top companies", but LLVM is only one of the >> back-ends I'm working with so I have only pretty narrow knowledge of >> it (but ok knowledge of compilers in general, I hope). >> >> I'm trying to post easy to
2006 Jun 18
5
on change of drop down showing a new textfield
hi, i have a situation where i have a list of options from which a user selects his options if its not in the list he/she selects Others/Not Present and a new textfield should pop up and the data entered there should be considered instead of dropdown. i have done this using javascript/dhtml but i was wondering how this can be done using pure rails i.e using some of the RoR apis?. i would
2016 Mar 20
2
We really need more community involvement with GSoC
On 3/19/16 6:26 AM, Bruce Hoult via llvm-dev wrote: > I work for one of those "top companies", but LLVM is only one of the > back-ends I'm working with so I have only pretty narrow knowledge of > it (but ok knowledge of compilers in general, I hope). > > I'm trying to post easy to understand answers to those beginner > questions when I have time (there was
2006 Jun 04
0
RE: Rails Digest, Vol 21, Issue 64
> From: Craig White <craigwhite@azapple.com> > Subject: [Rails] passing a value in a hidden field inside a form > To: rails@lists.rubyonrails.org > Mesdosage-ID: <1149428769.713.5.camel@lin-workstation.azapple.com> > Content-Type: text/plain > > should be trivial but I can''t figure this out from api > > <%= hidden_field
2006 Jun 08
0
RE: Rails Digest, Vol 21, Issue 160
> From: Thomas Townsend <tlt@vwg.com> > Subject: [Rails] adding a child record > Here''s a super-newbie question.... How do I go about adding > child records? > > I have a table called ''accounts'' to which I want to add > invoices (an account can have many invoices). I have the two > models (accounts and > invoices) all set up. >
2006 Jun 09
0
Bangalore on rails
Folks, Trying to see if there is enough critical mass to get a Bangalore ror user group. Let me know if any of you are in Bangalore and interested. Bharat -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060609/afef5ee4/attachment.html
2006 May 23
1
Re: Wierd pagination problem - Unknown options:
> Unfortunately I still get the same error. Here is my code now (the > commented line works): > > def list > @upload_pages, @uploads = paginate(:uploads, :per_page => > 20, :order > => ''id'') > # @upload_pages, @uploads = paginate(:uploads, :per_page => 20) > end You may have an older version, try using the order_by clause