-
@sandrinePavoine
```
> renv::install('adiv')
Retrieving 'https://cloud.r-project.org/src/contrib/adiv_2.0.1.tar.gz' ...
OK [downloaded 921.1 Kb in 0.4 secs]
Retrieving 'https://cloud.r-projec…
-
Is there any possibity to use the effect plot with the partial residual function also for a model involving 2 random slope terms? It works brilliant for models with one random slpoe term, but not with…
-
Hi,
I have trained a LMM of the form `y ~ 1 + (1|a) + (1|a:b) ` and now want to predict `y` for different inputs. All the inputs are stored in a single dataframe, which I pass to `predictInterval`.…
-
When I try to build the fhpredict (v.0.10.1) docker image (locally) I get the following error.
```plain
Installing package into '/usr/local/lib/R/site-library'
(as 'lib' is unspecified)
* instal…
-
-
Dispersion test recommendations in the vignette are outdated and should be updated
-
I tried to reproduce the example in the tutorial but was not able to since I cannot create the `methylation` matrix. Using my data I keep encountering the following message error:
> Error in design…
-
Calibration to hospital occupancy and wastewater data seems to be volatile. Slight changes in breakpoints (slight time difference or adding / removing breakpoints) causes large changes in calibration …
-
### Actual Behavior
(base) Josephs-MacBook-Pro:~ joef$ r
dyld: Library not loaded: @rpath/libreadline.6.2.dylib
Referenced from: /Users/joef/anaconda3/lib/R/lib/libR.dylib
Reason: im…
-
First, the file says
* `testthat` testing: tests in `inst/tests` can be run in the framework of the `testthat` package, specifically via `tests/test-all.R`
There is no such file `tests/test-all.R`…