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.

90 results for “from:Tord Snall”

no response of the tab key
Tord Snall · Apr 27, 2003 · r-help

Dear all, I want to produce a tab separated text file but R 1.6.2 does not respond to the tab key on my keyboard. When I paste: write.table(alla.obt.rar0, "obt.txt", sep=" ", quote=F, row...

test for coeff. differences
Tord Snall · Apr 11, 2001 · r-help

Dear all, Is there a function in R for test of pairwise differences in point estimates of a binomial glm?. The variance-covariance matrix, vcov() in MASS, shows that there is some non-orthogonality. I use R 1.2.2...

extract half a matrix
Tord Snall · May 22, 2003 · r-help

Dear all, I'm new to matrix operations in R. I couln't find a solution to the following problem among earlier help mails or in An introd to R, I guess because the question is really basic. I want...

factor as seq() in for loop
Tord Snall · Sep 19, 2005 · r-help

Dear all, I would like to use the values in vegaggr.BLMCMR02$colony str(vegaggr.BLMCMR02) `data.frame': 1678 obs. of 3 variables: $ vegtype : Factor w/ 27 levels "2010","2020",..: 3 4 5 19 4 5 19 5 $ colony : Factor...

calculate area of outer polygon
Tord Snall · Oct 23, 2006 · r-help

Dear all, Does anyone know of a function that calculates the area of the outer polygon constructed from a data frame with co-ordinates? For example, library(splancs) test = rbind(c(0,0), c(10,0),c(10,10),c...

NAs introduced when changing data type
Tord Snall · Jun 22, 2000 · r-help

Hi all, I am trying to change data type in the Data Editor but when I do, all numbers in the column changes to NA and back in the Console I get the warning message "NAs introduced by coercion". What...

basic plot() question
Tord Snall · Dec 10, 2000 · r-help

Dear all, I try to plot a logstic regression model as follows: Valkror<- read.table("Valkror.txt", header=T) np.bark<- glm(Npinc~bark, family=binomial, data=Valkror) plot.formula(np.bark$fitted.values~ Valkror$bark) The above looks nice...

replace() in matrix
Tord Snall · Jul 2, 2001 · r-help

Dear all, How do I replace values of a matrix, for exemple I want the matrix 1 24 1 1 1 24 1 1 1 1 1 1 1 45 104 1 1 45 1 92 1 1 104 92...

Error in library(MASS) : package/namespace load failed
Tord Snall · May 5, 2003 · r-help

Dear all, I have installed 1.7.0 on my Win XP and want to use MASS. But I get this error message: > library(MASS) Error in namespaceExport(ns, exports) : undefined exports: abbey, accdeaths, Aids2, Animals, anorexia, austres, bacteria, beav1...

distances from points to line
Tord Snall · Nov 21, 2001 · r-help

Dear all, I have discovered that there are many things that I used to do in my GIS which are easily done directly in R, for example calculating interpoint distances using geoR and pick out points inside a polygon using...

ArcView shape files and GeoBUGS
Tord Snall · Feb 5, 2009 · r-sig-geo

Dear all, I would like to read in ArcView (or ArcGIS) shape files from which I will pick information if fitting a geostatistical model using WinBUGS. In the GeoBUGS Used Manual it says "GeoBUGS does not have an option for...

Thanks for: no response of the tab key
Tord Snall · Apr 27, 2003 · r-help

Dear G?tz Wiegand and Corey Moffet, Thanks for answering while I went to get a cup of coffee. This list is really excellent! The answer, for you other beginners, is in R a tab is represented "\t" Tord > >Dear...

values>10 in points(... pch=as.character())
Tord Snall · Jun 26, 2003 · r-help

Dear all, I want to plot the values of a data frame in an image using as.character() as below. It works fine for values lower than 10. However, data values >10 are plotted as ones, i.e. 1, in...

library for mixed GLM?
Tord Snall · May 27, 2001 · r-help

Dear all, I am taking a course in GLM given by a devoted SAS user. He has given us a homework where a mixed GLM with a logistic link and binomially distributed observations should be fitted. I know of the...

count levels per factor level
Tord Snall · Jan 10, 2003 · r-help

Dear all, I would be really happy for help with the following because I will treat many columns the same way. nlevels per ObjektID is what I want, but nlevels returns all levels occurring in cpy.busk$TradArt: buskartant<- aggregate...

make thousands SpatialPolygons()
Tord Snall · Jul 1, 2010 · r-sig-geo

Hi, I want to make approximately 10000 square polygons (300*300) based on coordinates in a data frame, and make a .shp-file out of these. The .pdf "S Classes and Methods for Spatial Data: the sp Package" by Pebesma...

par(las = 1) not possible in polymap(), library(splancs)?
Tord Snall · Dec 7, 2003 · r-help

>Use > par(las = 1) > polymap(.....) > >Not all the arguments of par() do work as arguments in all highlevel >functions ... Dear Uwe Ligges, Thanks very much! This was new to me. Sincerely, Tord > >Uwe Ligges > > >> Mayby some function in library(spatstat...

line up a matrix
Tord Snall · Jan 4, 2002 · r-help

Dear all, I try to rearrange my ref. database (now in Excel!! :( ) for importing it into a reference manager program (RIS format). My file basically look like this [3,4]-matrix: rbind(c("a", "b", "c", "d"), c("e", "f...

simplify a data frame
Tord Snall · Feb 5, 2003 · r-help

Dear all, For the past three hours I have tried simplify a data frame. I would be really happy if someone could help solving this, I'm sure simple, problem. I want to "aggregate" the data frame: ObjektID BalteNummer Baltessegment...

spatial functions
Tord Snall · May 19, 2000 · r-help

Hi all, I am considering buying S-Plus but I wonder if that is really necessary since it seems to be possible doing most (all?) things using R instead. More specifically I am interested in the functions available in the...

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