Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

22 results for “from:T. Murlidharan Nair”

plotting directly to the printer
T. Murlidharan Nair · Oct 11, 2004 · r-help

How do I send the plots directly to the printer ? Thanks ../Murli

maximum likelihood estimation
T. Murlidharan Nair · Oct 14, 2004 · r-help

Since mle is defunct is there anyother function I can use for maximum likelihood estimation ? Thanks ../Murli

Tutorials on R
T. Murlidharan Nair · Aug 13, 2004 · r-help

Hi !! Is there a good tutorial for the R language ? I really find it hard to find methods in R. Thanks and Cheers ../Murli

Random Matrix theory
T. Murlidharan Nair · Feb 11, 2005 · r-help

Any package that implements Random matrix theory application in R. I am completely new to this subject, so just wanted to explore it. Cheers ../Murli

biplot drawing conc ellipses
T. Murlidharan Nair · Nov 4, 2004 · r-help

Is there an option to draw concentration ellipses in biplots ? It seems really nice to summarize large number of points of each group. Cheers../ Murli

PCA
T. Murlidharan Nair · Nov 2, 2004 · r-help

When using the biplot how do I supress the column names from appearing in the plot. I am only interested in the plot with the arrows. When I use xlabs =NULL nothing gets plotted. Thanks ../Murli

RDA file
T. Murlidharan Nair · Sep 9, 2004 · r-help

What is an RDA file ? I was trying to work through a turorial on cluster analysis using R and bioconductor. The data files in the library are stored as RDA files. Its part of the golubEsets library. Cheers ../Murli

cuttree
T. Murlidharan Nair · Feb 9, 2005 · r-help

How do I get the labels from a hclust object after I have cut the tree using cutree ? hc<-hclust(someData,"a") branches<-cutree(hc) If there are two branches, how do I obtain the labels associated with each of...

sample
T. Murlidharan Nair · Feb 10, 2005 · r-help

Just to explain my previous mail, here is the output I get. > dim(tissue.exp) [1] 1532 20 > pick<-sample(tissue.exp,5,replace=TRUE) > dim(pick) [1] 1532 5 > tissue.exp.t<-t(tissue.exp) > dim(tissue.exp.t...

sample
T. Murlidharan Nair · Feb 10, 2005 · r-help

I am trying to sample a subset from a matrix using sample. The size of the matrix is 20X 1532. It works fine with this, but when I transpose the matrix and try to sample it, it returns null. pick...

swiss.x
T. Murlidharan Nair · Sep 9, 2004 · r-help

Is the swiss data set in R the same as S dataset swiss.x . I was trying out some clustering by doing the following that I got from Venables and Ripley's book. h<-hclus(dist(swiss.x), method= "connected...

LDA/PCA and more
T. Murlidharan Nair · May 4, 2005 · r-help

Hi!! I was trying to analyze my data by doing a linear discriminants and I encountered problems with collinearity. So I am planning to do a PCA to extract orthogonal components and then analyze them using linear discriminants. I don...

plotting with multiple files
T. Murlidharan Nair · Oct 11, 2004 · r-help

Hi !! I need to generate plots from several multiple file and I am doing this by reading it as a list using c(file1, file2.....). Since I need to either print the plots or save it as an plot image...

proportional chance criteria
T. Murlidharan Nair · Feb 4, 2005 · r-help

Is there an R function that I can use to calculate the p-value from the Z statistics computed for the relationship between chance and observed proportions in predictions. More sprcifically I am refering to proportional chance criteria (Cpro). Details...

hier.part
T. Murlidharan Nair · Oct 1, 2004 · r-help

I am using the hier.part package for calculating the goodness of fit. Before I started with my data I tried to use the example that the package comes with . I have loaded the library hier.part and gtools. But...

lda
T. Murlidharan Nair · Nov 2, 2004 · r-help

Hi !! I am trying to analyze some of my data using linear discriminant analysis. I worked out the following example code in Venables and Ripley It does not seem to be happy with it. ============================ library(MASS) library(stats) data(iris3...

hier.part
T. Murlidharan Nair · Oct 1, 2004 · r-help

It still gives me the same error !! Murli Uwe Ligges wrote: > T. Murlidharan Nair wrote: > >> I am using the hier.part package for calculating the goodness of fit. >> Before I started with >> my data I tried to use the example...

Error TukeyHSD
T. Murlidharan Nair · Aug 26, 2004 · r-help

I am running the following code on the coagulation data and I am getting an error. Please let me know if I am missing anything from my code. coag<- matrix( scan("//Samba3/nair/R/blood.dat", sep=","), 24, 3, byrow...

Coagulation data by Box/Hunter/Hunter
T. Murlidharan Nair · Aug 19, 2004 · r-help

Hi!! Has anyone used the coagulation data for statistical analysis ? I managed to get the data from the web but unsure of the way its supposed to read. I am new to R so trying to gets myself familiarized with...

hier.part
T. Murlidharan Nair · Oct 1, 2004 · r-help

The R version I am using is 1.9.1 . My operating system is windows. gregmisc is installed in only one of the libraries. gregmisc when unzipped gets installed as gtools. After I looked at the index .html page I...

Can't find what you're looking for? Try searching with Google .