[R-sig-Geo] predicting values from model function

2011-03-11 Thread Anna Gretschel
Dear List, I have fitted a spherical function to my variogram using "variofit(...)" from GeoR. Now I would like to predict some data with the function "predict(object,...)" from package stats. Does anyone know wether this works and if it does how to do it? Thanks a lot! Anna ___

[R-sig-Geo] predicting values from variofit function

2011-03-09 Thread Anna Gretschel
Dear List, I have fitted a spherical function to my variogram using "variofit(...)" from GeoR. Now I would like to predict some data with the function "predict(object,...)" from package stats. Does anyone know wether this works and if it does how to do it? Thanks a lot! Anna ___

[R-sig-Geo] self-starting non linear model

2011-03-06 Thread Anna Gretschel
Hi List! I want to apply a selfstarting Michaelis-Menten-Model to my data: SSmicmen {stats} I use thist function in the following way: model<-nls(distance~SSmicmen(watercontent, Vm, K)) When I want to compute it I get the error message: Fehler

Re: [R-sig-Geo] formula understanding

2011-02-24 Thread Anna Gretschel
Am 24.02.2011 23:19, schrieb Edzer Pebesma: On 02/24/2011 09:40 PM, Anna Gretschel wrote: Dear List, The following formula is given for a spherical model in variofit (geoR). /rho(h) = 1 - 1.5 * (h/phi) + 0.5(h/phi)^3 if h< phi , 0 otherwise /Could anyone explain what the term "

[R-sig-Geo] formula understanding

2011-02-24 Thread Anna Gretschel
Dear List, The following formula is given for a spherical model in variofit (geoR). /rho(h) = 1 - 1.5 * (h/phi) + 0.5(h/phi)^3 if h < phi , 0 otherwise /Could anyone explain what the term "if hphi? And shouldn't there be a * between 0.5 and (h/phi)? Thanks in advance, Anna [[alternativ

Re: [R-sig-Geo] variogram trend analysis

2011-02-22 Thread Anna Gretschel
, Anna Gretschel wrote: Dear list, is there any possibility to do a Cressie trend analysis for variogram data with geoR? Thanks, Anna ___ R-sig-Geo mailing list R-sig-Geo@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo

[R-sig-Geo] variogram trend analysis

2011-02-21 Thread Anna Gretschel
Dear list, is there any possibility to do a Cressie trend analysis for variogram data with geoR? Thanks, Anna ___ R-sig-Geo mailing list R-sig-Geo@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-geo

[R-sig-Geo] problems with loading geoR and sp

2011-02-10 Thread Anna Gretschel
hey guys, i'm trying to work with CRAN package geoR. I installed it but loading it needs a shared library(sp). So i downloaded sp as well and installed it successfully. but when i load the library(sp) it says that it was not found and the warnings say it was constructed under r version and so o

[R-sig-Geo] variogram

2011-02-09 Thread Anna Gretschel
hi everybody! i work with variograms. the r-functions i use are: surface<-surf.ls(1,data) # Trend Surface v<- variogram(surface, nint||) # Variogram nint ist the number of bins used. i interpreted th

[R-sig-Geo] variogram

2011-02-08 Thread Anna Gretschel
hi everybody! i work with variograms. the r-functions i use are: surface<-surf.ls(1,data) # Trend Surface v<- variogram(surface, nint||) # Variogram nint ist the number of bins used. i interpreted th