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.

8 results for “from:Kulupp”

Rao's quadratic entropy with fuzzy coded trait data
Kulupp · Jun 11, 2013 · r-help

Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130611/09dcb017/attachment.pl>

Creating a R-package in R-Studio
Kulupp · Jan 29, 2014 · r-help

Dear R-help community, I am creating my first R-package in RStudio and wanted to add datasets to the package. I added an .RData file containing data (a data frame) in the 'data' folder of the package and could...

fisher.alpha warnings
Kulupp · Mar 19, 2013 · r-help

I have two vectors (a and b) with counts of animals and wanted to calculate fisher's alpha: library(vegan) a <- c(2043, 1258, 52, 1867, 107, 1624, 2, 157, 210, 402, 5, 107, 267, 2, 13683) b <- c(2043...

Comparing dates in two large data frames
Kulupp · Apr 10, 2021 · r-help

Dear all, I have two data frames (df1 and df2) and for each timepoint in df1 I want to know: is it whithin any of the timespans in df2? The result (e.g. "no" or "yes" or 0 and 1...

package 'gradientForest' and 'extendedForest'
Kulupp · Aug 26, 2014 · r-help

Dear experts, I have 5 environmental predictors and abundance data (300 samples, 60 species, transformation: log(x + min(x,x > 0) and use the function 'gradientForest' to estimate (R?-weighted) predictor importance (regression trees). The resulting predictor importance in decreasing...

Avoiding loops using 'for' and pairwise comparison of columns
Kulupp · Jun 24, 2013 · r-help

Dear R-experts, I'd like to avoid the use of very slow 'for'-loops but I don't know how. My data look as follows (the original data has 1600 rows and 30 columns): # data example c1 <- c(1...

Calculate depth from regular xyz grid for any coordinate within the grid
Kulupp · Jul 28, 2014 · r-help

Dear R-experts, I have a regular grid dataframe (here: the first 50 rows) : # data frame (regular grid) with x, y (UTM-coordinates) and z (depth) # x=UTM coordinates (easting, zone 32) # y=UTM coordinates (northing, zone 32) # z=river...

Avoiding slow for-loops (once again)
Kulupp · Aug 4, 2013 · r-help

# Dear R-experts, # (Once again) I want to avoid the usage of for-loops but unfortunately I don't know how. # I know functions like e.g. 'apply' but don't know how to use them for the solution of...

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