Jamie Gilbert

Results 34 comments of Jamie Gilbert

Hi @MaximMoinat, thanks for filing this and coming up with a solution! I have tested this and completed a PR that should make it in to the development build and...

Sorry for the lateness in reply I missed this issue when you first raised it. This approach seems reasonable, but I wonder if the solution would be better included inside...

> Did anything ever come out of this? If not, I'd be willing to help out. > > I'm curious why `useExternalConceptCountsTable` is no longer supported? Also wondering if we...

Some more context to the issue when I have tried to reproduce it: ``` ! Can't assign rows with `toCensor`. x Subscript `toCensor` can't contain missing values. x It has...

On further inspection the line in question is [here](https://github.com/OHDSI/CohortMethod/blob/6d8d51d3b077557326c6109cb7ee374f16072971/R/Export.R#L784C5-L787C6). This appears to be occurring because the value of `inferredComparatorAfterSize` is `NaN` with the values in the `meanBefore` column being double...

I'm wondering if this is a data model problem. Did you run in to any issues when generating either the results schema or the results themselves?

Does this issue persist if you update to the latest verion of cohort diagnostics/OhdsiShinyModules: ``` remotes::install_github("ohdsi/CohortDiagnostics") remotes::install_github("ohdsi/OhdsiShinyModules") # RESTART R session here! CohortDiagnostics::launchDiagnosticsExplorer() ```

@carmenOT are you using an sqlite database or postgres to host your results? This might be an issue with an underlying library but its hard to tell from this error...

@carmenOT this is difficult to diagnose. The output of this tab has been changed significantly in the development release of our shiny package Trying remotes::install_github("ohdsi/ohdsiShinyModules", ref="develop") May help (or at...

Hi @nvanka this looks like some sort of filesystem error that you would encounter in a linux system. My guess is that you don't have write access to the system...