Closed FelicienLL closed 1 year ago
library(mapbayr)
#>
#> Attachement du package : 'mapbayr'
#> L'objet suivant est masqué depuis 'package:stats':
#>
#> filter
mod <- exmodel(301, add_exdata = F)
dat <- exdata(301, ID = 1)
dat$SEX <- NULL
dat$BW <- NULL
mapbayest(mod, dat)
#> Error in x@data[[i]]: indice hors limites
Created on 2023-02-06 with reprex v2.0.2
Because we cannot subset param like this:
Created on 2023-02-06 with reprex v2.0.2