loadPlpAnalysesJson: Load the multiple prediction json settings from a file

View source: R/RunMultiplePlp.R

loadPlpAnalysesJsonR Documentation

Load the multiple prediction json settings from a file

Description

Load the multiple prediction json settings from a file

Usage

loadPlpAnalysesJson(jsonFileLocation)

Arguments

jsonFileLocation

The location of the file 'predictionAnalysisList.json' with the modelDesignList

Details

This function interprets a json with the multiple prediction settings and creates a list that can be combined with connection settings to run a multiple prediction study

Examples

## Not run: 
modelDesignList <- loadPlpAnalysesJson('location of json settings')$analysis

## End(Not run)


OHDSI/PatientLevelPrediction documentation built on April 27, 2024, 8:11 p.m.