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.

9 results for “from:separent”

Measurement distance for proportion data
separent at yahoo.com · May 13, 2014 · r-sig-ecology

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-ecology/attachments/20140513/09d171c6/attachment.pl>

Plotting a dataframe with date format
separent · Nov 17, 2009 · r-help

I tried to plot the attached dataframe with the following command. plot(inclino.06.1.r00.time.select.transpose[,1],inclino.06.1.r00.time.select.transpose[,2]) The first column is in date format, second is numeric. The plot...

Perform operations on dataframes called with paste in loops
separent · Nov 17, 2009 · r-help

In a loop, I compose the name of a csv file using paste, then read it (e.g., dataset1.csv, dataset2.csv, etc). The name of the dataframe assigned to the imported csv is also composed with paste (e.g...

denoting max value in ylim
separent · Nov 20, 2009 · r-help

Have you tried max()? i.e. plot (D10$Part.P ~ D10$Klorofyll,pch=16,log = "xy", xlab = ("Chla"), ylab = ("POP"), ylim = c (0, max(D10$Klorofyll))) helene frigstad wrote: > > Hi, > > is there any way to set the ylim range from...

Package 'compositions': Interpreting dist() output
separent at yahoo.com · Oct 14, 2014 · r-sig-ecology

Rich, Distances can be interpreted as degrees of similarity. In your dataset, it means that the observation in 2004 is more similar to 2011 than 2013. You can visualize distances using distance-based clustering (http://www.statmethods.net/advstats/cluster...

as.Date from data.frame
separent · Nov 11, 2009 · r-help

#Hello, #I loaded data using read.table - I needed to convert a row in the data frame to date class: > data V1 V2 V3 V4 1 2008-05-19 2008-04-19 2008-03-21 2008-02-22 2 38...

CoDA: Clustering Multiple Data Sets
separent at yahoo.com · Oct 10, 2014 · r-sig-ecology

Hi Rich, It is not clear whether you need a supervised or an unsupervised model. Clustering is unsupervised: it will classify compositions in hierarchical groups regardless the label (countries, regions). If this is what you intend, you might compute the...

as.Date from data.frame
separent · Nov 11, 2009 · r-help

Hello Gentlemen, All of your answers were helpfull. Indeed, 'as.is=TRUE' or 'stringsAsFactors=FALSE' avoid importing as factors, as it did when I imported the table without specifying anything. However, data frames will not allow different datatypes within a...

Package 'compositions'; Function dnorm.acomp()
separent at yahoo.com · Sep 30, 2014 · r-sig-ecology

Hi Rich, Filzmoser et al. (2009) wrote that "Some measures like the standard deviation (or the variance) make no statistical sense with closed data [...]". They also wrote that "If Euclidean geometry is not valid, the arithmetic mean is quite likely...

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