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.

244 results for “from:Adrian Baddeley”

weighted kernel density estimate
Adrian Baddeley · Apr 9, 2006 · r-help

Weighted spatial kernel density estimation is available in the function 'density.ppp' in the package 'spatstat'.

spatstat.org
Adrian Baddeley · Oct 18, 2005 · r-sig-geo

Please be advised that the home page for 'spatstat' has moved to www.spatstat.org --- Adrian Baddeley

factor matrix
Adrian Baddeley · Dec 2, 2004 · r-help

> matrix(as.numeric(factor(c(T,F,F,T))), 2,2) No, this produces a matrix with numeric values, not categorical values.

Point pattern add covariates
Adrian Baddeley · Jul 23, 2012 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120724/539df158/attachment.pl>

inter-point distance calcs
Adrian Baddeley · Aug 11, 2009 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20090812/409d39de/attachment.pl>

Unexpected output from distfun
Adrian Baddeley · Jan 15, 2012 · r-sig-geo

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20120116/9f361c57/attachment.pl>

Keep dimensions with dilate.owin
Adrian Baddeley · Jun 5, 2009 · r-sig-geo

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

dot in formula
Adrian Baddeley · Jun 2, 2005 · r-help

gReetings, I want to manipulate a formula object, containing the name "." so that "." is replaced by a desired (arbitrary) expression. What is a safe way to do this? Adrian Baddeley

convert point data to count data
Adrian Baddeley · Jun 12, 2009 · r-sig-geo

Sorry, that should have been df <- data.frame(x=as.vector(rasterx.im(Z)), y=as.vector(rastery.im(Z)), count=as.vector(as.matrix(Z))) Adrian

spatstat version 2
Adrian Baddeley · Jun 21, 2007 · r-packages

SPATSTAT version 2 Spatstat is an R package for the statistical analysis of spatial data. A preliminary announcement about the forthcoming Version 2 of spatstat is available here: <www.spatstat.org/spatstat/spatstat2.html>

spatstat version 2
Adrian Baddeley · Jun 21, 2007 · r-sig-geo

SPATSTAT version 2 Spatstat is an R package for the statistical analysis of spatial data. A preliminary announcement about the forthcoming Version 2 of spatstat is available here: <www.spatstat.org/spatstat/spatstat2.html>

spatial point patterns - Notes
Adrian Baddeley · Nov 6, 2008 · r-sig-geo

Hi all The tutorial/workshop on 'Analysing spatial point patterns in R' available at <www.csiro.au/resources/pf16h.html> has now been revised, rewritten and updated for the current version of spatstat. Adrian Baddeley

Help with the Kmeasure function from the Spatstat package
Adrian Baddeley · Dec 8, 2006 · r-sig-geo

Roger, thank you for those informative comments. I agree entirely. Thanks for the good suggestion about envelope() in spatstat. We will discuss this with the authors of the boot package. Adrian

getting package version inside .First.lib
Adrian Baddeley · Jan 27, 2005 · r-help

Thanks, Brian. So, to print the version number when 'mypackage' is loaded, .First.lib <- function(lib, pkg) { library.dynam("mypackage", pkg, lib) vvv <- read.dcf(file=system.file("DESCRIPTION", package="mypackage"), fields="Version") cat(paste("mypackage", vvv, "\n")) }

spatstat 1.9-4
Adrian Baddeley · Aug 3, 2006 · r-packages

Version 1.9-4 of package 'spatstat' has been sent to CRAN. It includes new code for perfect simulation of point processes and various improvements. The release notes are available at <http://www.spatstat.org/spatstat/current/spatstatRELEASE-NOTES-1...

joining envelope objects for parallel computing. Possible?
Adrian Baddeley · Sep 12, 2011 · r-sig-geo

Quets Jan <Jan.Quets at ua.ac.be> wrote: > is it possible to join several envelope (spatstat) objects into a single object? This is not currently supported. I will take that as a request for the next version of spatstat...

Spatstat: tessellation problems.
Adrian Baddeley · Oct 21, 2010 · r-sig-geo

The bug that caused the following error message .. > quadratcount(X, tess=Z) > Warning message: > In quadratcount.ppp(X, tess = Z) : > Tessellation does not contain all the points of X .. has been fixed in the next version of spatstat (1.20...

spatstat version 2
Adrian Baddeley · Jun 21, 2007 · r-help

SPATSTAT version 2 Spatstat is an R package for the statistical analysis of spatial data. A preliminary announcement about the forthcoming Version 2 of spatstat is available here: <www.spatstat.org/spatstat/spatstat2.html> _______________________________________________ R-packages mailing list R-packages...

different models
Adrian Baddeley · Apr 7, 2016 · r-sig-geo

Please read chapter 9 of the spatstat book for a detailed explanation of what the model formulas mean (and what they don't mean). You can download this chapter for free from the companion website <spatstat.github.io/book/> Adrian...

modifying a glm object
Adrian Baddeley · Jun 21, 2004 · r-help

I need to modify a glm object directly, by assigning new values to the fitted parameters. (i.e. the canonical parameters stored in object$coefficients and returned by 'coef'). Is there a "safe" way to do this, e.g. so...

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