Hi All,
Using ATLAS, new Patient Level Prediction analysis created. Now i downloaded the prediction_study.zip package from ATLAS.
When I run the prediction using Rstudio, i am getting error.
In the console its shows this error
“No plpData - probably empty cohort issue
Patient-Level Prediction Package version 3.0.10”
In the log file:
2020-08-18 20:39:29 [Main thread] TRACE PatientLevelPrediction 3 Error with getPlpData:Error: Error executing SQL: cannot change working directory An error report has been created at D:/atlas_prediction/errorReport.txt
ErrorReport.txt:
DBMS:
sql server
Error:
cannot change working directory
SQL:
SELECT *
FROM (
SELECT row_id, covariate_id, covariate_value FROM #cov_1 UNION ALL
SELECT row_id, covariate_id, covariate_value FROM #cov_2 UNION ALL
SELECT row_id, covariate_id, covariate_value FROM #cov_3 UNION ALL
SELECT row_id, covariate_id, covariate_value FROM #cov_4 UNION ALL
SELECT row_id, covariate_id, covariate_value FROM #cov_5
) all_covariates;
R version:
R version 3.6.0 (2019-04-26)
Platform:
x86_64-w64-mingw32
Attached base packages:
- stats
- graphics
- grDevices
- utils
- datasets
- methods
- base
Other attached packages:
- test (0.0.1)
- DatabaseConnector (2.4.2)
===================================
Can anyone please advise, what could be the issue.
thanks in advance
regards
Chidam