search for: lalitha

Displaying 15 results from an estimated 15 matches for "lalitha".

2007 May 02
3
Query about finding correlations
...te any inputs on the best statistcal approach to tackle this problem. I am thinking that we can find correlation coefficients between A and C, and between B and C, but I am not sure this answers the question. Also we do not know whether the correlation between them is linear or non linear. Thanks Lalitha
2007 Jan 22
2
Query about using optimizers in R without causing program to crash
...= singular.ok, ...) : NA/NaN/Inf in foreign function call (arg 4)" everytime it encounters troublesome data? I would greatly appreciate your input as it would avoid me having to manually type for fileId in (c(4351:46000)) { ... } for fileId in (c(5761:46000)) { ... }, etc... Thanks Lalitha ____________________________________________________________________________________ Now that's room service! Choose from over 150,000 hotels
2007 Feb 28
3
Packages in R for least median squares regression and computing outliers (thompson tau technique etc.)
...an be discarded before doing the regression analyses. Although some websites refer to "lms" method under package "lps" in R, I am unable to find such a package on CRAN. I would greatly appreciate any pointers to suitable functions/packages for doing the above analyses. Thanks Lalitha ____________________________________________________________________________________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV.
2006 Oct 26
2
Query about using table
...the same using barplot2. However I also need similar information in a tabular form using percentages. i.e in each age bin, what is the PERCENTAGE of IDs with a member_flag of 'Y' I am trying to work with table for the same, but would appreciate some guidance regarding the above. Thanks Lalitha
2006 May 01
4
table of means/medians across bins used for a histogram
...fore plotting a x-y plot, i wish to compute average clock-rate in each of the bins for the age and then plot a x-y plot of the age v/s clock rate. Can anyone point me to appropriate functions for the same? I am trying to work with prop.table, cut, break, etc. But I am not heading anywhere. Thanks Lalitha
2007 Jan 26
1
Package for phylogenetic tree analyses
...just one tree and need a function to return distances between various pairs of nodes on the tree. Is there any other package out there that has this functionality? Thanks for your responses to my earlier queries. As a beginning R programmer, your responses have been of utmost help and guidance. Lalitha ____________________________________________________________________________________ Access over 1 million songs.
2007 Mar 01
2
Query about data manipulation
...le <- read.table(FileName, sep="\t") dataFromFile is of the form 92_8_nmenA 993_7_mpul 1.042444 92_8_nmenA 3_5_cpneuA 0.900939 190_1_rpxx 34_4_ctraM 0.822532 190_1_rpxx 781_6_pmul 0.870016 Your input on the above is greatly appreciated. Thanks Lalitha ____________________________________________________________________________________ Never miss an email again!
2007 Jan 25
1
unique/subset problem
...use unique to find the number of unique genomes now present in prunedrelatives I get results identical to calling unique(dataset$genome1) although subset has eliminated many genomes and records. I would greatly appreciate your input about using "unique" correctly in this regard. Thanks Lalitha ____________________________________________________________________________________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV.
2007 Mar 12
2
Query about substituting characters in a df
...with words/characters. For example, I wish to substitute all occurences of "5467" in the column "class" with "alpha", "7867" with "gamma", etc. I looked up substitute, but did not find any relevant examples. Your input is greatly appreciated Thanks Lalitha ____________________________________________________________________________________ Never miss an email again!
2006 Jul 11
1
Query about getting averages across a certain parameter in a table
...0.1 0.78 beta proteins etc The class column can have 7-8 different unique values While the clockrate and age columns are floats varying from 0 to 1. I wish to get the average clockrate across each of the classes for this data. I would appreciate your help regarding the aboe. Thanks Lalitha
2007 Jan 22
1
Query about using try block
...uot;...(in the line trying to get the coefficients...) Am I closing the try block in the wrong place? This function does some post processing on the coefficients returned by coef(fit), puts them in a list and sends it to another function. (i.e. around 6 lines of code after the call to fit). Thanks Lalitha --- Andreas Hary <andreashary at googlemail.com> wrote: > Look at ?try > > Your code will probably need to be something like > the following: > > fit <- list() > for(fileId in 1:n){ > try(fit[i] <- lm(formula,data=???,...), silent=F) > #or silent=T if...
2007 Jan 23
3
Query about extracting subsets from a table
Hi I am trying to process tabular data as follows: Data in the input file is of the form genome1 genome2 tree-dist log10escore Genome1 and genome2 are alphabetic. Tree-dist and log10escore are numeric. I wish to extract only those rows from this table where the log10escore is less than -3. data <-read.table(filename); data$log10escore = data$log10escore[ data$log10escore < -3]; I
2007 Jan 24
1
Query about extracting subset of datafram
..., despite discussing complex libraries, techniques etc, dont always seem to provide such handy hints/tips and tricks for manipulating data, which is a first stumbling block for newbies like me. I would greatly appreciate if you could point me to such resources as well, for future reference. Thanks Lalitha ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time
2007 May 02
1
Query about RODBC to access MySQL from Windows
...dows to access the database without encountering any such problem I even tried setting up the "mysqldsn" DSN as a system DSN instead of a user DSN. I would like to know a) whether this is a permissions issue at some level b) whether there is any solution for this problem in R Thanks Lalitha
2013 Apr 11
1
Cannot find ldfortran (R on Cygwin)
Hi I am new to Cygwin and Linux. I installed R under Cygwin as part of the setup I chose "All" during installation, for all packages. So I have the FULL installlation of cygwin up and running, including gfortran. *Under Cygwin, how do I check and configure the path to the various libraries?* I am trying below command and it says, cannot find "lgfortran" But I have installed