Displaying 20 results from an estimated 20 matches for "diggl".
Did you mean:
digg
2009 Jan 11
2
I'm looking for a book about spatial point patterns (Diggle, 2003)
...nd "Statistical Analysis of Spatial Point Patterns" (2nd edt.)
is a better choise. But I can not find it anywhere I can. Who can help me?
Thank you!
-----
unangu at gmail.com
--
View this message in context: http://www.nabble.com/I%27m-looking-for-a-book-about-spatial-point-patterns-%28Diggle%2C2003%29-tp21395908p21395908.html
Sent from the R help mailing list archive at Nabble.com.
2008 Mar 30
2
data(lh) time serie parameters
Dear all,
I'm confused by the time serie parameters in data(lh) :
sueoka:~ lobry$ R --vanilla --quiet
> tsp(lh)
[1] 1 48 1
because documentation says:
QUOTE
A regular time series giving the luteinizing hormone in blood
samples at 10 mins intervals from a human female, 48 samples.
UNQUOTE
So that I would expect the time serie to end at 480 minutes
or 8 hours. Shouldn't we have
2000 Mar 18
1
Corstr in the Gee (Generalized Estimation Equation) arguments?
Dear all:
Y=a+bX1+cX2
In the Gee (Generalized Estimation Equation) arguments:
The arument Corstr has sveral choices:
"independence" "fixed" "stat_M_dep" "non_stat_M_dep"
"exchangeable" "AR-M" "unstructured"
What does each term mean?
How do I choose among them?
How do I know the correlation structure of
2007 Nov 25
1
spec.pgram() - circularity of kernel
...gh) of the
spectrum are still reliable with this circularity option? At the extremes,
values seem to result from kernel application to collections of high and low
frequencies. Related to this, shouldn't the frequency range shorten
according to the size of kernel used? My doubt came from reading
Diggle(1990) p105.
e.g.
data(lh)
x<-spec.pgram(ldeaths, detrend=T, taper=0)$freq
y<-spec.pgram(ldeaths, kernel("modified.daniell", c(6,6)), detrend=T,
taper=0)$freq
x==y
Thanks in advance,
Nuno Prista
2001 Mar 05
0
re: Spatial stats: R vs. Splus
...us a analise
> que gostariamos de saber.
> Mas espero que a gente possa manter contato.
>
> No caso especifico que vopce menciona (dados de contagem) o meu colega Ole
> Christensen acaba de terminar uma versao preliminar de funcoes para
> ajustar este tipo de dado como no paper de Diggle et al 98.
> Eu estou convertendo isto para o R exatamente agora.
> Espero que em breve tenhamos algo que deve ser incorporado a geoR.
>
> Nao posso prometer nada dentro do prazo para seu MSC mas, se isto
> functionar a gente pode manter contato e talves os seus dados possam ser
>...
2007 Sep 05
1
Running geeglm unstructured corstr
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070905/6d1002c1/attachment.pl
2006 Jun 06
1
[OFF] The "best" tool for a space-temporal analyses?
...tion in these books:
W.N. Venables, B.D. Ripley. 2003. Modern Applied Statistics with S. Springer;
4 edition (September 2, 2003). 512 pages.
Crawley, M. J. 2002. Statistical Computing: An Introduction to Data Analysis
using S-Plus. John Wiley & Sons; 1st edition (May 15, 2002). 772 pages.
Diggle, Peter J. 2003. Statistical Analysis of Spatial Point Patterns (2nd
ed.), Arnold, London.
Ripley, B.D. Spatial Statistics
Spatial Ecology
Thanks for all
--
I haven't been married in over six years, but we had sexual counseling
every day from Oral Roberts!!
--
|> // | \\ [*********...
2007 Apr 23
3
fitting mixed models to censored data?
Hi,
I'm trying to figure out if there are any packages allowing
one to fit mixed models (or non-linear mixed models) to data
that includes censoring.
I've done some searching already on CRAN and through the mailing
list archives, but haven't discovered anything. Since I may well
have done a poor job searching I thought I'd ask here prior to
giving up.
I understand that
2012 Jan 05
2
Bayesian estimate of prevalence with an imperfect test
...m trying to get an estimate of true prevalence based upon results from an
imperfect test. I have various estimates of se/sp which could inform my
priors (at least upper and lower limits even if with a uniform distribution)
and found the following code on this website..
http://www.lancs.ac.uk/staff/diggle/prevalence_estimation.R/
(the folllowing code has been cut and pasted directly from the web resource
- the only change I have made is to fill in my values for T, n, low/high
se/sp and the alpha beta for the distributions)
prevalence.bayes<-function(theta,T,n,lowse=0.5,highse=1.0,
sea=1,seb...
1999 Jul 27
3
Preliminary version of ts package
...Mean Relative Sunspot Numbers
uspop Populations Recorded by the US Census
Datasets in package ts:
----------------------
accdeaths US accidental deaths 1973-8
beaver1 time series of body temperatures of two beavers
beaver2
deaths time-series on UK lung deaths 1974-9 from Diggle (1990)
mdeaths, fdeaths as above, for males and females
drivers time series on UK road deaths of drivers from Harvey (1989)
finance daily closing prices of major European stock indices, 1991-1998
lh dataset on luteinizing hormone from Diggle (1990)
nottem time-series...
2006 Jan 05
1
Memory limitation in GeoR - Windows or R?
...really a tool user and not a tool maker (actually an ecologist
doing some biostatistics)... so, I take the liberty of sending a copy of
this e-mail to the r-help list where capable computer persons and true
statisticians may provide more relevant information and also to Paulo
Ribeiro and Peter Diggle, the authors of geoR..
I really feel that your huge matrix cannot be handled in R that easy,
and I get the same kind of error as you:
> m=matrix(1,ncol=18227, nrow=18227)
Error: cannot allocate vector of size 2595496 Kb
In addition: Warning messages:
1: Reached total allocation of 511Mb: se...
2003 Apr 17
0
kriging in R
...7 Jan 2003, Ernesto Jardim wrote:
>
> > Hi
> >
> > I'm working with geostatistics and I use geoR package, which I find very
> > good. However it doesn't implement the classic geostatistics but a
> > "model based geostatistics" as proposed by Peter Diggle and team.
> >
> > R news of June 2001 has an article about geoR by Paulo Ribeiro, the main
> > developer, that you might like to take a look at. I find this number of
> > Rnews a very good source for someone willing to use geostatistics in R.
> >
> > Regards
>...
2005 Jun 09
1
krig.image help
...has no
> nugget). Initially ordinary kriging with a linear model is all I am
> after.
>
> As I am not overly familiar with either R or kriging I was wondering
> if anyone knew the best command line options to use?
>
> Many thanks
>
> mike
Check Paulo Ribeiro and Peter Diggle's geoR package.
There is quite good documentation (including a detailed
introductory session). You can also join the R-sig-geo list
https://stat.ethz.ch/mailman/listinfo/r-sig-geo
and Paulo and other people will help you through.
Ruben
2002 Aug 09
2
time series and R
Hi,
Are there some texts about time series that teatches it with R?
And site 'bout time series "for dummies" , can anyone indicate them for me?
thanks a lot
Rafael Bertola
Undergraduate in Statistics at UNICAMP - Brasil
--------------------------------------------------
--------------------------------------------------
2011 Jun 23
2
new to R need urgent help!
hi all-
I am doing some research, have never used R before until today and need to
understand the following program for a project.
if some one could PLEASE help me understand this program ASAP i would
GREATLY appreciate it (any syntax/ statistic comments would be great)
PLEASE PLEASE HELP!! THANKYOU!!!
-on a side note, it seems to me that R doesnt include the pv, and it was
calculated
2002 Jul 30
1
Comparison of two time series using R
...ion, and
simple visual inspection reveals a very close correspondence between the
two series, both of which show strong seasonality and also corresponding
variation from year to year.
My question is how to approach the analysis of these data using R. Here
is what we have done so far (guided by Diggle and MASS):
1) Create two time-series (ts) objects from the data, making sure the
corresponding observations in the two ts are in fact contemporaneous.
2) Decompose each ts into seasonal, trend and remainder components using
stl() and decompose().
3) Examine the cross-correlogram for the raw ts...
2003 Jan 17
3
kriging in R
Hi, all,
Have anyone used kringing included in R? How is it?
Does it handle anisotropy data well?
How does it compare with Kriging in Arc/Info? or other geostatistics
software customized to do kriging or other geostatistics functions?
I tried Easykriging, a geostatistics tool developed for Matlab. It has
very nice GUI, but it does not provide library which i can call in my programs.
so it is
2002 May 07
4
attractive spatial point process?
Hi all,
before I roll my own, naive implementation of a particular
spatial point process, I thought I'd ask whether this has
already been done.
Specifically, I am looking for essentially the opposite of the
Strauss and Mate'rn processes included in library(spatial) and
documented in MASS. I am examining daily travel patterns, focusing
on just the destinations of trips, not the
2007 Jun 12
3
Panel data
Dear all R users,
I have a small doubt about panel data analysis. My basic understanding on Panel data is a type of data that is collected over time and subjects. Vector Autoregressive Model (VAR) model used on this type of data. Therefore can I say that, one of statistical tools used for analysis of panel data is VAR model? If you clarify my doubt I will be very grateful.
Thanks and regards,
2009 Jan 15
2
Interface to open source Reporting tools
...> 50. problems installing package XML to a computer without an
> internet connection (Bob Green)
> 51. Re: problems installing package XML to a computer without an
> internet connection (Gabor Grothendieck)
> 52. I'm looking for a book about spatial point patterns (Diggle,
> 2003) (Unangu)
> 53. Re: install.views() (oscar linares)
> 54. Convert date/time string to date (Heston Capital)
> 55. Re: problems installing package XML to a computer without an
> internet connection (Bob Green)
> 56. How to get solution of following polynomia...