Pmetrics icon indicating copy to clipboard operation
Pmetrics copied to clipboard

Results 19 Pmetrics issues
Sort by recently updated
recently updated
newest added

Tried to run this code: dataEx$plot(line = list(join = FALSE, pred = NPex$post), xlim = c(119,146)) but got this error: ! Can't join `x$id` with `y$id` due to incompatible types....

Hi Julian, I have trouble to install Pmetrics on my new MacBook Pro I installed gFortran and try to install Pmetrics, I have the following error `── R CMD build...

bug
mac

Is there bootstrap functionality available in Pmetrics? I see reference to a `bootstrap` argument in `makeDen()` but otherwise no mention.

enhancement

During some testing with SIMrun, I encountered an error. When the number of non-fixed covariates to be simulated is one, SIMrun will fail to create a csv-file with the data....

bug

Reported by Ole and Kina, The function kmeans, inside the elbow function in make_valid does not accepts non-numeric arguments, basically any kind of non-numeric id will make it crash

bug

Hello, A data file used for Legacy Pmetrics is not valid for Pmetrics v2, despite using PM_data$new. In the datafile, some additional doses in an EVID=1 row overlap with the...

Hi Pmetrics team, I am running into an issue with the dev build (last downloaded today) when trying to run conditional statements in the initial conditions block. I get the...

Hello, I am trying to calculate the PTA for every patient in my dataset (using the Bayesians). In the makePTA help in R, it is mentioned that PMpost is allowed...

Just post here before I forgot. In NPAG, the number of max grid points (MAXGRD and MAXACT in npagdriv.f) are 2129, 5003, 10007, ..., until 960252. Those numbers seems are...

Hello, When I do external validation of a model with a validation dataset, using a 0 cycle run with a prior specified (i.e. NPrun(model = “my_model.txt”, data=”validation.csv”, prior=NPdata.1, cycles=0)), bias...