search for: createstdata

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

Did you mean: createdata
2017 Oct 06
1
How to resolve this error
...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$ID. > please help me. [[alternative HTML version deleted]]