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.
How do I send the plots directly to the printer ? Thanks ../Murli
Since mle is defunct is there anyother function I can use for maximum likelihood estimation ? Thanks ../Murli
Hi !! Is there a good tutorial for the R language ? I really find it hard to find methods in R. Thanks and Cheers ../Murli
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
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
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
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 .