Packages
- EventDataTheory
- EventDataTheory.Core Defines the Event type and its component types, constructors, and class instance
- EventDataTheory.EventLines Defines FromJSON instances for Events.
- EventDataTheory.Test Provides test making functions for event models
- EventDataTheory.TheoryTest An internal module for testing event data theory functions on a dummy event data model
- EventDataTheory.Utilities
- Cohort Defines the Cohort type and associated methods
- Cohort.Core Defines the Cohort type and associated methods
- Cohort.Criteria Defines the Criteria and related types and functions
- Cohort.IndexSet
- Cohort.Output Methods for outputting a cohort
- Features Defines the Feature type and its component types, constructors,
and class instances
- Features.Attributes Defines attributes instances for Features.
- Features.Core Defines the Feature type and its component types, constructors, and class instances
- Features.Featureable Defines an existential type to with which to collect Features.
- Features.Featureset Defines a collection of Featureables.
- Features.Output Defines ToJSON instances for Features.
- Examples
- Hasklepias Everything you should need to get up and running with
hasklepias.
- Hasklepias.AppUtilities Misc types and functions useful in Hasklepias.
- Hasklepias.AssessmentIntervals Defines the Index and related types and functions
- Hasklepias.MakeCohortApp Functions for creating a cohort application
- Hasklepias.MakeFilterApp Functions for creating a cohort application
- Hasklepias.Misc Misc types and functions useful in Hasklepias.
- Monarch
- Stype Statistical types
- Stype.Aeson Statistical types
- Stype.Categorical Statistical types
- Stype.Categorical.Binary Statistical types
- Stype.Categorical.Nominal Statistical types
- Stype.Numeric Statistical types
- Stype.Numeric.Censored Statistical types
- Stype.Numeric.Continuous Statistical types
- Stype.Numeric.Count Statistical types
- Stype.Tests for internal use
- Templates
- Templates.Features
- Templates.Tests Misc types and functions useful in Hasklepias.
- Test
- Monarch
- Test.Monarch.MonarchException
- Test.Monarch.Parse Helpers for marshalling csv text input to
TestMap
via - Test.Monarch.TestMap
- Test.Monarch.ToOutput
- Tasty
- Monarch
- TestUtils
- Tests
- AppExamples
- CohortExamples
- CohortExamples.CalendarCohort Demostrates how to define a calendar cohort using Hasklepias
- CohortExamples.CreateAssessmentInterval
- CohortExamples.DefineIndexSet
- CohortExamples.Minimal Demostrates how to define a minimal cohort using Hasklepias
- ExampleEvents example events with which to toy with hasklepias
- Examples
- FeatureExamples
- FeatureExamples.CountOfHospitalEvents
- FeatureExamples.DrugDiscontinuation
- FeatureExamples.DurationsWithMultipleConditions Demostrates how to define features using Hasklepias
- FeatureExamples.HistoryOfEvent
- FeatureExamples.LastEventInWindow Demostrates how to define features using Hasklepias
- FeatureExamples.TwoOutOneIn