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.

29 results for “from:Silvia Lomascolo”

ISwR library
Silvia Lomascolo · Apr 9, 2007 · r-help

I am learning to use R using a book that uses examples from the ISwR library so I need to have that library. When I type library (ISwR), R says: Error in library(ISwR) : there is no package called 'ISwR...

plotting other axes for PCA
Silvia Lomascolo · Jan 18, 2008 · r-help

Hi R-community, I am doing a PCA and I need plots for different combinations of axes (e.g., PC1 vs PC3, and PC2 vs PC3) with the arrows indicating the loadings of each variables. What I need is exactly...

plotting lda results
Silvia Lomascolo · Aug 22, 2007 · r-help

Hi all, I am trying to plot the results of a discriminant analysis done with lda(MASS) but my groups appear in two different plots (in the same graphics device) and I want to combine them in one plot. My...

linking Tinn-R to a new R version
Silvia Lomascolo · Oct 26, 2007 · r-help

Hi all, Can anyone please tell me how to start R from Tinn-R's "Toogle start/close Rgui" button, after I've updated to a new version of R? It seems like Tinn-R keeps looking for the previous...

significant results with KW but not in post-hoc test
Silvia Lomascolo · Jul 6, 2011 · r-help

Dear all, I did a Kruskall-Wallis test for a comparison of a variable of interest between 10 sites and I get a significant result (p=0.0019). however, when I perform a post-hoc test using kruskalmc from the...

error in sample
Silvia Lomascolo · Oct 16, 2007 · r-help

I am trying to get a random matrix based on an original matrix called disperser.mx, with dimensions 30x73 When I write the following code: >scramble = sample (disperser.mx) >newmat = matrix(scramble, nrow=30) I get the following warning message...

Novice question about getting data into R
Silvia Lomascolo · Sep 19, 2008 · r-help

> refdata = > read.table("K:\\MerchantData\\RiskModel\\refund_distribution.csv", header > = TRUE) Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 42 elements > refdata = > read.table("K:\\MerchantData\\RiskModel\\refund_distribution.csv...

PCA error: svd(x, nu=0) infinite or missing values
Silvia Lomascolo · Jan 4, 2008 · r-help

Hi, I am trying to do a PCA on my data but I keep getting the error message svd(x, nu=0) infinite or missing values >From the messages posted on the subject, I understand that the NAs in my...

Non-metric multidimensional scaling
Silvia Lomascolo · Sep 20, 2007 · r-help

>Error in isoMDS(Gquad.dist) : zero or negative distance between objects >179 and 180. >How can I handle this, is it valid to add 0.5 to every element in the >distance matrix or is someother alternative more appropriate? This...

NAs introduced by coercion in dist()
Silvia Lomascolo · May 2, 2007 · r-help

I work with Windows and use R version 2.4.1. I am JUST starting to learn this program... I get this warning message 'NAs introduced by coercion' while trying to build a distance matrix (to be analyzed with NMDS...

Averaging across rows & columns
Silvia Lomascolo · Jun 7, 2007 · r-help

I use Windows, R version 2.4.1. I have a dataset in which columns 1-3 are replicates, 4-6, are replicates, etc. I need to calculate an average for every set of replicates (columns 1-3, 4-6...

Skipping rows and columns in large matrix
Silvia Lomascolo · May 8, 2007 · r-help

I work on Windows, R version 2.4.1 I need to leave out many rows and columns when reading a matrix. The 'skip' commands in read.table, seem to be just for skipping rows, if I understand well, but...

subscript out of bounds error in lda
Silvia Lomascolo · Jun 15, 2007 · r-help

I work with Windows, R version 2.4.1 I'm trying to do a discriminant analysis and, in trying to figure out how to do it following the example from R help, I'm getting an error that says...

discriminant analysis with lda(MASS)
Silvia Lomascolo · Jun 18, 2007 · r-help

I use Widows, R version 2.4.1 I have 4 questions on lda (MASS) (code is pasted below): 1st. How can I obtain the statistics and p-value associated with discriminant analysis? Am I supposed to calculate that manually...

linking Tinn-R to a new R version
Silvia Lomascolo · Oct 26, 2007 · r-help

Thanks! That worked. Silvia. Bos, Roger wrote: > > Silvia, > > Option / Main / Application then click on the 'R' tab. At the bottom of > the window you can browse to the new location. > > HTH, Roger > > -----Original Message----- > From: r-help-bounces at r...

Sampling a matrix with different probability distributions
Silvia Lomascolo · May 5, 2009 · r-help

I need to sample a matrix according to different distributions, instead of just randomly. Here is some code that will hopefully clarify what I need: I have a matrix M of 1287 interactions between species in rows and species in...

Averaging across rows & columns
Silvia Lomascolo · Jun 7, 2007 · r-help

michael watson (IAH-C) wrote: > > Check out rowMeans to average over replicate columns first, ie: > > means <- data.frame(t1=rowMeans(a[,1:3]), > t2=rowMeans(a[,4:6]), > etc) > > Then, if you want to aggregate every 14 rows: > > aggregate(means...

Skipping rows and columns in large matrix
Silvia Lomascolo · May 8, 2007 · r-help

yes, this works. It didn't think of concatenating... thanks! jim holtman wrote: > > zzz <- zzz[-c(1,45,23,321), -c(23,34,45,67)] > > > On 5/8/07, Silvia Lomascolo <slomascolo at zoo.ufl.edu> wrote: >> >> I work on...

How do I sample "cases" within a matrix?
Silvia Lomascolo · Apr 29, 2009 · r-help

Hi R community, I am trying to obtain a sample from a matrix but sample(my.matrix) doesn't do what I need. I have a matrix of 1287 interactions between the species in columns and the species in rows...

Sampling a matrix with different probability distributions
Silvia Lomascolo · May 5, 2009 · r-help

Greg Snow-2 wrote: > > The sample function has a prob argument that can be used to sample with > unequal probabilities. It sounds like you can just pass in the species > abundance vector to prob and it will do what you...

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