Displaying 20 results from an estimated 300 matches similar to: "definition of variogram"
2005 Jun 30
1
installation error
hello
when I follow this procedure:
~~~~~~~~~~
rS <- "http://godel.cs.bilgi.edu.tr/mirror/cran/src/contrib/"
install.packages(c("Matrix"), repos=rS, dependencies=TRUE)
~~~~~~~~~~
installation gives this error:
~~~~~~~~~~~~~
make: *** [Matrix.so] Error 1
ERROR: compilation failed for package 'Matrix'
** Removing '/usr/local/lib/R/site-library/Matrix'
**
2005 Jul 19
1
problem in Krig function of "Fields" package
hello
I try to build DEM using Krig function of fields package.
And I get this error message.
here is the procedure I followed:
> dt<-read.table("/usr/local/bartin/stat/topostat1",header=F,sep="|")
> names(dt) <-c("x","y","z")
> coord<-cbind(dt$x,dt$y)
> elevation<-cbind(dt$z)
>
2008 Apr 24
2
changing format of a float value to another
hello
How can I change a vector's float value from ("1.085714e-01") format to
a simpler format (like 0.1xxx).
regards
--
Ahmet Temiz
Jeo. M?h.
Afet ??leri Gen. Md.l???
Deprem Ar. D.
Ahmet Temiz
Geo. Eng.
General Dir. of
Disaster Affairs
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2003 Oct 31
2
Therotical basis of Kriging
hello
I want to know about therotical basis of Kriging in elemantary level.
I will appreciate if anyone sends me address,link,e-documents, etc..
kind regards
--
Ahmet Temiz
General Directory of Disaster Affairs
Ankara TURKEY
______________________________________
Inflex - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster at deprem.gov.tr
2006 May 10
1
subselect in a matrix
hello
I confused one point
in matrix constructed with cbind
I want to subselect 6. column > 1000
what should the syntax be ?
regards
--
Ahmet Temiz
Jeoloji M?h.
Afet ??leri Genel M?d?rl???
Deprem Ara?t?rma Dairesi
Tel: (312) 287 89 51 veya (312) 287 26 80/1547
Faks: (312) 287 89 51
E. Posta: temiz at deprem.gov.tr
www.deprem.gov.tr
Ahmet Temiz
Geological Eng.
General Directorate of
2003 Mar 14
3
logistic regression
Hello
1*
I need to use logistic regression. But
my data file is very huge( appx. 4 million line).
R doesn't handle such a file.
What can I do ?
------------------------
2*
So, I thought whether I could perform sta. analyses on summarised
data (count of yes/no values) of the huge file. Normally, summarised
data file short and R could handle it.
Then I used this command.
> lo
2006 May 08
1
package contains stepAIC ?
hello
I would like to know which package contains stepAIC
function ?
regards
--
Ahmet Temiz
Jeoloji M?h.
Afet ??leri Genel M?d?rl???
Deprem Ara?t?rma Dairesi
Tel: (312) 287 89 51 veya (312) 287 26 80/1547
Faks: (312) 287 89 51
E. Posta: temiz at deprem.gov.tr
www.deprem.gov.tr
Ahmet Temiz
Geological Eng.
General Directorate of Disaster Affairs
Earthquake Research Department
Phone: +90 (312)
2006 May 08
1
ob.step$anova interpretation
hello
I built logistic regression model.
To model check I used stepAIC. But I don't know how it
is interpreted . I could not any find any explanation about it
For instance which model is preferable ? What are the critarias
to choose beter model
I will appreciate if you give me an explanation ?
models
---------
> lo1.step$anova
Stepwise Model Path
Analysis of Deviance Table
Initial
2003 Apr 07
2
log-linear
hello
I have spatial data which contain
number of landslide presence cells with respect to landslide
predictors and
number of landslide absence cells with respect to same predictors.
predictors are essentially categorical data.
I tried logistic regression. But because of providing interaction
capability
of predictors, I want to use log-linear method.
I hesitate the way I should use
2004 Aug 04
2
which package for spatial autocorr.
hello
which package do you recommend for spatial autocorrelation ?
regards
Ahmet Temiz
______________________________________
Inflex - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster at deprem.gov.tr
______________________________________
The views and opinions expressed in this e-mail message are ...{{dropped}}
2007 Apr 24
2
problem in tapply command
hello
when I entered following command, I got NA values for some catagories.
> tapply(slp_jeo2$slp,slp_jeo2$jeo,mean )
999 Ca Cka DCy Jh JKi Kk
14.06665 NA 14.60445 NA NA NA NA NA
KTa KTac Ku Kua Kus Ky Kyk ODe
NA NA NA NA NA NA
2003 Jul 21
3
R commands from a text file ?
Hello
I was wondering if it was possible to enter R commands from an external
text file. If it is possible, it will be easy for repetetive tasks.
Does anyone have an idea ?
thanks in advance
Ahmet Temiz
TURKEY
______________________________________
______________________________________
The views and opinions expressed in this e-mail message are ...{{dropped}}
2003 Oct 16
2
Interpolation of azimuth values
Hello
I will make an interpolation of data which represents azimuth direction
( angle from north in clockwise direction) values.
But there is a problem.
Say, for instance, while 1 and 359 indicate somewhat same direction,
interpolation puts values
in the range from 1 to 359. What can I do to solve the problem ?
Anything you offer ?
thanks in advance
Ahmet Temiz
General Directory of
2008 Jan 07
2
error message in having subset
hello
I want to have subset of my dataset that is equal to 0. But,
I got this error message.
> hs2=hs[hs$hey60==0 ,]
Error in hs[hs$hey60 == 0, ] : (subscript) logical subscript too long
regards
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2003 May 30
1
cbind order
Hello
I need to use this command:
cbind(ftable(xtabs(cnt~geo+slp+con+hey,data=dt3))
hey is in count of success /failure value
but cbind gives failure/success counts. I want to change the order of
this cbind as success /failure counts.
for instance:
I want cbind to give counts as 32-4552 rather than 4552-32
what should I do ?
thanks in advance
Ahmet
TURKEY
2000 Jun 02
1
implementing a foreign system with system?
Hi-
There is a public doman geostatistics package used in the minieral industry called GSLIB and I would like to use it from R. However it is fortran (but portable and easy to compile on windows and linux)and has its own file format and control file format. It seems easiest to write an r function to dump r data to an ascii file, build a control file in ascii; call the GSLIB program with
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 Dec 02
1
category with respect to category
hello
I have two categorical data and want to visualise them to see their changes?
Which graph do you recommend me for category with respect to category ?
kind regards
Ahmet Temiz
--
Open WebMail Project (http://openwebmail.org)
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2001 Nov 14
2
BASA GELEN CEKiLiR DEMEYiN..
I Don't speak the language it is in, but is this spam?
-----Original Message-----
From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]
On Behalf Of SAGLAM SiGORTA
Sent: Wednesday, November 14, 2001 10:40 PM
To: samba@samba.org
Subject: BASA GELEN CEKiLiR DEMEYiN..
Importance: High
SA?LAM S?GORTA ARACILIK H?ZMETLER?
Merhabalar,
Size ?ncelikle firmam?z? tan?tarak
2006 Jul 28
1
Normal score transform of spatial data
List:
I have 2 related questions:
(1) first I have x-y-z data, where x & y are the geographic locations of
point values, z. I need to perform a normal score transform on the
z-values and maintain their geographic location. So, how do I go from
columns x-y-z to x-y-z-t (or x-y-t), where the t-values are the normal
score transforms of the z-values? Can I use qnorm(ppoints(data)) to do