Hallo Francesca
If you had an object with correct setting, something like template
> dput(res)
structure(list(V1 = c("1", "2", "3", "4", "5", "6", "7", "8"),
V2 = c(2, 7, 10, 4, 9, 5, 2, 6)), class = "data.frame", row.names =
c("1",
"2", "3", "4", "5", "6", "7", "8"))
you could merge it with
Às 16:24 de 28/08/2024, Ebert,Timothy Aaron escreveu:
Why not use na.omit() and then go from there? Unless one handles NA differently
in different groups there is no point in processing the data by groups to
remove NA even if later analysis steps do require group information.
Tim
-Origina
Why not use na.omit() and then go from there? Unless one handles NA differently
in different groups there is no point in processing the data by groups to
remove NA even if later analysis steps do require group information.
Tim
-Original Message-
From: R-help On Behalf Of Rui Barradas
S
Hi,
> e <- extract(r,v)
Error in (function (classes, fdef, mtable) :
kann keine vererbte Methode finden für Funktion ‘extract’ für Signatur
‘"RasterLayer", "SpatVector"’
The error message is telling you that extract(r, v) hasn't been configured
for the combination extract(RasterLayer, SpatV
good morning
I am working on my project and I am fitting an SARIMAX model on my data
I have a seasonal thime sereis O3 levels
With 3 variables temperature, humidity and wind speed..
The O3, temperature and humidity shows a sesonal behavior, however, wind speed
is stationary
When I fit the m
Às 11:23 de 27/08/2024, Francesca PANCOTTO via R-help escreveu:
Dear Contributors,
I have a problem with a database composed of many individuals for many
periods, for which I need to perform a manipulation of data as follows.
Here I report the procedure I need to do for the first 32 observations
Dear Ivan
In the meantime I have found a much easier function. As before the code does
not work with my own dataset, probably because of my multipolygonal shape file.
There is a warning, that z coordinate are ignored. I provided the output of my
shapefile. I changed from read_sf to vect() as
7 matches
Mail list logo