R/RunMultiplePlp.R
loadPlpAnalysesJson.Rd
Load the multiple prediction json settings from a file
loadPlpAnalysesJson(jsonFileLocation)
The location of the file 'predictionAnalysisList.json' with the modelDesignList
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
if (FALSE) {
modelDesignList <- loadPlpAnalysesJson('location of json settings')$analysis
}