[R] emmeans (component = " response", type = "response")

2024-06-26 Thread Cade, Brian S via R-help
I am estimating fairly simple zero-inflated negative binomial models in glmmTMB. The models have just two factors and their interaction, a total of 4 levels. I was trying to use emmeans() to obtain estimates and 95% CI for these four levels. However, when I use emmeans() with the arguments c

Re: [R] Regarding the Security Vulnerability CVE 2024 - 27322

2024-06-26 Thread Ben Bolker
On 2024-06-26 4:25 p.m., Ivan Krylov via R-help wrote: Dear Aishwarya Priyadarshini, Welcome to R-help! Most people here aren't affiliated with R Foundation. В Wed, 26 Jun 2024 17:03:37 + "Priya, Aishwarya via R-help" пишет: I am reaching out to seek your guidance on addressing the se

Re: [R] Regarding the Security Vulnerability CVE 2024 - 27322

2024-06-26 Thread Ivan Krylov via R-help
Dear Aishwarya Priyadarshini, Welcome to R-help! Most people here aren't affiliated with R Foundation. В Wed, 26 Jun 2024 17:03:37 + "Priya, Aishwarya via R-help" пишет: > I am reaching out to seek your guidance on addressing the security > vulnerability CVE-2024-27322. > To address this i

[R] Regarding the Security Vulnerability CVE 2024 - 27322

2024-06-26 Thread Priya, Aishwarya via R-help
Dear R Foundation Team, I hope this message finds you well. I am reaching out to seek your guidance on addressing the security vulnerability CVE-2024-27322. As I understand, a security fix for this vulnerability has been available starting from v4.4.0. This issue affects all versions from 1.4.0

Re: [R] Converting .grib to excel file

2024-06-26 Thread Richard O'Keefe
Whoops, sorry, you *did* answer "what went wrong". > param_names <- c("param1", "param2", "param3", "param4", "param5", "param6") > extracted_data <- extract(raster_data, param_names, df = TRUE) #Error in (function (classes, fdef, mtable) : #unable to find an inherited method for function ‘extra

Re: [R] Converting .grib to excel file

2024-06-26 Thread Richard O'Keefe
I'm now inclined to go with 'search for "convert GRIB to CSV". https://confluence.ecmwf.int/display/CKB/How+to+convert+GRIB+to+CSV is the first line. I know that's not an R solution, but using software specifically developed for encoding, decoding, extracting, &c GRIB file by the European Centre f

Re: [R] Converting .grib to excel file

2024-06-26 Thread javad bayat
Dear all; I used the terra package to export .grib data as an excel file but I could not do it. The grib file is readed and converted to raster correctly. It contains hourly data of a complete year for 6 met parameters (365 * 24 * 6 = 52,560). In the "raster_data" it can be seen as "nlyr" ( dimensi