Johannes Signer
Johannes Signer
Hi Florian, thanks for bringing me in. The motivation for setting the variance to a large fixed value was, that we wanted to avoid estimating numerous fixed effects, since in...
Thanks for your feedback. I will transition `amt` to `terra` and `sf` within the next weeks, so hopefully this will solve issue 1. I have to give issue 2 some...
Thanks @joshcullen, that would be very helpful to get started.
@joshcullen the first question should now be addressed in the development version of `amt`, which does not rely on `raster` anymore. I will now work on your second question.
Thanks @eva-szas for reporting. Could you please post the output of `SessionInfo()`?
Thank @kerencrum for reporting. Would you mind double-checking the following example: ``` r library(amt) #> #> Attaching package: 'amt' #> The following object is masked from 'package:stats': #> #> filter...
The following works for me: ``` r library(amt) #> #> Attaching package: 'amt' #> The following object is masked from 'package:stats': #> #> filter data(deer) deer |> mutate(month = lubridate::month(t_))...
Yes that's true, I did note this a few weeks ago. When fitting an iSSF with `fit_issf()` this is not a problem because `survival::clogit()` removes these strata. I did add...