GithubHelp home page GithubHelp logo

ohdsi / legend Goto Github PK

View Code? Open in Web Editor NEW
6.0 12.0 16.0 31.09 MB

An R package implementing Large-Scale Evidence Generation and Evaluation in a Network of Databases (LEGEND).

R 55.42% TeX 44.45% Perl 0.09% Shell 0.04%

legend's Introduction

OHDSI Large-Scale Evidence Generation and Evaluation in a Network of Databases

Under development. Do not use.

License

The Legend package is licensed under Apache License 2.0

Development

Legend was developed in R Studio.

Development status

Build Status

Under active development.

legend's People

Contributors

andreyyiv avatar msuchard avatar schuemie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

legend's Issues

PDF download fails

WHen using the LegenMedCentral, the PDF fails to download

(I may be reporting it in wrong repo) (for the shiny app would be more appropriate but it combines multiple apps)

see
image

Median follow-up in LEGEND data model

To my knowledge, current LEGEND data model cannot provide 'median follow-up' duration in each data source. We need to consider to add median follow-up duration to the model.

Add pt counts to covariate table 1

We should update the code to log counts (as well as percentages) of covariates for Table 1s (may need to update LEGEND data model); several journal guidelines have "insisted" on these numbers.

java.sql.SQLException: [Amazon](500310) Invalid operation: value too long for type character varying(17)

Error:
java.sql.SQLException: Amazon Invalid operation: value too long for type character varying(17);

SQL:
INSERT INTO legend_study.legend_feasability_depression_attition (
exposure_id,
target_id,
comparator_id,
sequence_number,
description,
subjects)
SELECT exposure_id,
target_id,
comparator_id,
sequence_number,
description,
subjects
FROM (
-- Restricted to common period: take final number
SELECT epcs.cohort_definition_id AS exposure_id,
epcs.target_id,
epcs.comparator_id,
CAST(4 AS INT) AS sequence_number,
CAST('Restricted to common period' AS VARCHAR(255)) AS description,
epcs.num_persons AS subjects
FROM #ep_cohort_summary epcs
) temp

Warning: All coefficients (except maybe the intercept) are zero. Either the covariates are completely uninformative or completely predictive of the treatment. Did you remember to exclude the treatment variables from the covariates?

Hello Marc,

When running assessPropensityModels(...), there is such an error:

Warning: All coefficients (except maybe the intercept) are zero. Either the covariates are completely uninformative or completely predictive of the treatment. Did you remember to exclude the treatment variables from the covariates?

It seems there is obvious we can do to fix. What is wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.