FelicienLL / mapbayr

Easy Maximum A Posteriori Bayesian Estimation of PK parameters in R.
21 stars 2 forks source link

Select ID with plot() #190

Open LauraMvn opened 1 year ago

LauraMvn commented 1 year ago

Hello, when we fit multiple individuals in the same dataset, I would like the possibility to select a subset of ID within plot(). Thanks

library(mapbayr)
#> 
#> Attachement du package : 'mapbayr'
#> L'objet suivant est masqué depuis 'package:stats':
#> 
#>     filter
estX <- mapbayest(exmodel(ID = 1:8), verbose = FALSE, progress = FALSE)
plot(estX)

Created on 2023-03-21 with reprex v2.0.2