OHDSI / SelfControlledCaseSeries

An R package for performing Self-Controlled Case Series (SCCS) analyses in an observational database in the OMOP Common Data Model.
http://ohdsi.github.io/SelfControlledCaseSeries
13 stars 8 forks source link

sccs_spline.knot_month integer value #39

Closed anthonysena closed 1 year ago

anthonysena commented 1 year ago

Based on ref, sccs_spline.knot_month is set to an integer value but in some testing, I've found this to be a float value. I wanted to confirm that this should be a float in resultsDataModelSpecification.csv and not a bug in the expected value of knot_month?

schuemie commented 1 year ago

Nope, knot_month should definitely be an integer. What values are you observing?

schuemie commented 1 year ago

Sorry, scratch that. The spline knot can definitely be a float. I'll fix the results model