search for: geocov

Displaying 1 result from an estimated 1 matches for "geocov".

Did you mean: geoconv
2017 Oct 06
1
How to resolve this error
...C:/Users/BEDANA-PC/Desktop/STThesisWD/Thesis Data/palay.stcovars.txt") > palay.stcov<-as.matrix(palay.stc) > palay.data.raw<-list(X=palay.cov,obs=palay.obs,Y=palay.stcov) > ##matrix of observations > obs<-palay.data.raw$obs > ##data.frame of geographical covariates > geocov<-palay.data.raw$X > ##matrix of spatio-temporal covariate > stcov<-list(Y=palay.data.raw$Y) > ##creating ST Data > palay.data<-createSTdata(obs,geocov,SpatioTemporal=stcov) Error in stCheckObs(obs) : Duplicated observations, i.e. multiple elements with same obs$date and obs$I...