I would like to determine the reliability of a new dichotomous test vs another reference test using a Cohen Kappa approach.
However, in my dataset patients have been examined multiple times. I would therefore like to account for the clustering of observation in a specific patient.
I've not seen this approach previously in R packages such as psych or irr. Any thoughts?
Many thanks!
Agreement (Cohen Kappa) calculation of binary variable with multiple measurements over time
11 Views Asked by Buczinski At
0
There are 0 best solutions below
Related Questions in HIERARCHICAL-DATA
- MySQL Functional Index on a Varchar column with multi decimal sequence
- Create Leg Column in Hierarchical Data
- Which database management system should I use for this task?
- Parent Child Path hierarchy in python using pandas
- Need help flattening a multi-array item in Cosmos
- Solution for processing hierarchical structure with large number of leaf nodes in SQL
- Hierarchical tree diagram in R
- hierarchy table to open all connections level into rows - snowflake
- How to dynamically build MongoDB queries and object to return based on user input in C#?
- Oracle SQL recursion -- Long-time problem I wish to resolve
- need level1,level2,level3,level4,level5,level6 result by recursive or connect by query
- Change default depth in R collapsibletree package
- Oracle hierarchical query to build xml output
- Looking how I can populate narrative data against a hierarchy in a Power BI matrix
- What is the interpretation of the REML criterion when running lmer?
Related Questions in RELIABILITY
- Error in using splithalf () of the package "splithalf"
- How can I figure out which items were automatically reversed (because they were negatively correlated) using psych::splitHalf?
- What is the advantage of journaling multiple transactions?
- Why are USB connections so unreliable and sporadic?
- Reliablity Crow Amsaa Model
- Alpha in the psych package
- Plot CI bounds with Fit_Weibull_Mixture
- How can I store data code for LONG time 100-200 years
- Agreement (Cohen Kappa) calculation of binary variable with multiple measurements over time
- Is it possible to do reliability analysis using lifeline library python using nevada data?
- Error in corCFA(fun_call = match.call(), ...) : object 'mycor' not found
- Request-based SLO for cloud run service
- Python implementation of MLE for NHPP model
- Python Error: "On entry to DLASCL parameter number 4 had an illegal value" When Plotting Cyclic Loading Figure
- How can I get p value for Cronbach alpha?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?