Displaying 20 results from an estimated 1000 matches similar to: "package.contents() deprecated, what replaces it?"
2006 Jan 04
4
Discrepency between confidence intervals from t.test and computed manually -- why?
I am sure there is something simple here I am missing, so please bear
with me.
It concerns the computation of the confidence interval for a population
mean.
The data are 125 measurements of Cs137 radation, a sample data set from
Davis "Statistics and Data Analysis in Geology" 3rd ed. (CROATRAD.TXT)
------------------
method 1: using textbook definitions: mean \pm se_mean * t-value
mu
2007 Jun 28
4
Sweave bug? when writing figures / deleting variable in chunk
I have found a quite strange (to me) behaviour in Sweave. It only
occurs in the following situation:
1. define a variable in one chunk
2. use it within a subsequent figure-generating chunk
3. delete it at the end of that same chunk
Then the Sweave driver chokes, not finding the variable name when
generating the figure
Example:
% document bug2.Rnw
\documentclass{article}
\usepackage{Sweave}
2013 Jul 01
1
Missing data problem and ROC curves
Hello all,
Trying to get this piece of code to work on my data set. It is from
http://www.itc.nl/personal/rossiter.
logit.roc <- function(model, steps=100)
{
field.name <- attr(attr(terms(formula(model)), "factors"),
"dimnames")[[1]][1]
eval(parse(text=paste("tmp <- ", ifelse(class(model$data) == "data.frame",
"model$data$",
2003 Mar 28
2
file.show("morley.tab") responds "NO FILE"
"An Introduction to R", Venables and Smith, Version 1.6.2 (2003-01-10)
http://cran.r-project.org/doc/manuals/R-intro.pdf
has in its "Appendix A: A sample session", page 81,
file.show("morley.tab")
I get the response
NO FILE morley.tab
The following "Introduction to the R Project for Statistical Computing"
www.itc.nl/~rossiter/teach/sstat14/
2011 Jan 23
1
Gstat error message.
Hi,
I am a student at the University of Twente ( ITC).
I am using the R packages for my data analysis, but for the last few weeks now , I have been getting the error message when trying to work on variograms or krigging.
Error : .onLoad failed in loadNamespace() for 'gstat', details:
call: fun(...)
error: .Random.seed is not an integer vector but of type 'list'
Error:
2011 Nov 17
7
Spatial Statistics using R
I am looking for online courses to learn Spatial Statistics using R.
Statistics.com is offering an online course in December on the same topic
but that schedule doesn't suit mine. Are there any other similar modes for
learning spatial statistics using R??? Can someone please advice???
Thank you.
Ravi
--
View this message in context:
2013 May 02
1
function gstat r with pyhton
? 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/20130502/8bc15613/attachment.pl>
2003 Oct 02
1
Are package maintainers responsible for name-mangling class names?
The following came up when Roger Bivand and I discussed
R's name spaces and overlap in packages, in the bus to the
field trip during StatGIS, last Tuesday:
If two packages create the same class, say "variogram", and both
are loaded, then using a method for an object of class "variogram"
cannot discriminate between them and will call the method in the
package loaded last.
2005 Sep 30
1
Compare predict and experimental values
Hi everybody:
I just generate different maps of interpolation with different methods but
with the same package -(gstat, i used the krige command). And now for
evaluate the best method i want to compare the predict values versus
experimental, but i don't know how do it.
Could anybody tell me how should do it?.
Thanks in advance.
--
########################################
Antoni Vi??dez
2013 Mar 19
1
Cokriging
Dear All,
I run following code to estimate the blocks using cokriging ( my data set has more than 50,000 data points). All the things run finely but Once I run the predict.gstat function it gave the error message - "memory.c", line 58: can't allocate memory in function m_get(). I run this code on LINUX sever but result is same. Would any one please be able to give a solution for
2003 Aug 17
1
(no subject)
Hi all,
>str(df)
`data.frame': 31837 obs. of 3 variables:
$ x : num 410683 410700 410720 410740 410324 ...
$ y : num 43136 43126 43123 43125 42709 ...
$ wz: num -101.1 -94.9 -93.3 -94.5 30.8 ...
>library(gstat)
>g<-gstat(id="rv",form=wz~1,loc=~x+y,data=df,model=mat,nmax=500,set=list(average=1))
>str(g)
List of 3
$ data :List of 1
..$ rv:List of 10
..
2013 Oct 10
1
installing package gstat
Hello,
# I am able to
install.packages("gstat")
#but when I try to upload I get an error message
library(gstat)
#Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck
= vI[[j]]) :
# there is no package called ‘intervals’
#In addition: Warning message:
#package ‘gstat’ was built under R version 3.0.2
#Error: package or namespace load failed for ‘gstat’
what do
2008 Apr 01
1
spatial cross-correlation
Hi;
I cannot find in the R html documentation a way to evaluate
cross-correlation in 2D data sets.
I would like to evaluate cross-correlation in a series of moving windows
between two maps.
i,e, specify several windows inside the complete 2D spatial matrixes and
for each one ofthese windows evaluate the 2D cross-correlation (commonly
conducted in the spectral domain).
Thanks in advance and best
2006 Jun 03
1
default value for cutoff in gstat variogram()
I wonder what is the default value for the argument 'cutoff' when not
specified in the variogram.formula function of gstat. Computing
variogram envelops within gstat, I am comparing the results obtained
with variog in geoR and variogram in gstat, and it took me a while
before understanding that the cutoff default value is not the maximum
distance.
Can Edzer tell us about it?
All the
2009 Mar 21
1
oggetto gstat
Ciao a tutti ho appena iniziato ad utilizzare R per ora per attuare un'analisi
geostatistica di dati. Volevo sapere come poter creare un oggetto gstat
partendo da un file testo(che ho gia importato con read.table)e che contiene 3
colonne: x,y,value. Mi servirebbe far questo per costruire un variogramma. So
che la domanda molto probabilmente per voi sara' banale....vi ringrazio
2004 Feb 17
4
importing ascii grids (for gstat)
Hello,
Is there anyone who could give me an example of how to import an ascii grid (i.e. ArcGIS exported raster) into R. I want to use it with gstat but don't know the appropriate import routine.
Thanks very much for your help.
Regards,
femke
Femke Reitsma
Graduate Student (ABD)
Geography Department
2181 LeFrak Hall
University of Maryland
College Park, MD 20742
Phone: 301-405-4121
2005 Oct 24
2
Compilation package error
Dear all,
I tried to install gstat package and add the following compilation error :
------------------------>
* Installing *source* package 'gstat' ...
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether
2008 Aug 05
4
LIDAR Problem in R (THANKS for HELP)
Hi All,
I am a PhD student in forestry science and I am working with LiDAR data set
(huge data set). I am a brand-new in R and geostatistic (SORRY, my
background it?s in forestry) but I wish improve my skill for improve myself.
I wish to develop a methodology to processing a large data-set of points
(typical in LiDAR) but there is a problem with memory. I had created a
subsample data-base but
2003 Aug 28
1
Packages
I need to install some geostatistics packages that are not in the binaries,
for example gstat. I downloaded rm171 and installed, and I even added
precomplied packages successfully. Unfortunately, I do not know how to add
packages available as gstat. If you can spare a minute, could you give me a
lead on this?
Any other pointers on using R in mac os x will be greatly appreciated.
Thank you so much
2011 Oct 01
1
Gstat - Installation Fail _ download source and compile help ...
Hello
I have been trying to install gstat on university's unix based system ( i am
not familiar with many technical aspects of installation) but i am getting a
particular error which i could not find a solution to online. Here is what
the technical support guy mailed me back, i am sure someone who understands
the technicalities can explain me this procedure in a more lucid way.
*
**Technical