Dear colleagues can I still use kap in stata for intra-observer variability? I have two readings by the same reader trying to asses presence of radiologically confirmed pneumonia. With 1 denoting presence of rcp, 0 denoting absence of rcp.Have a look at the data:
input float(reader1_a reader1_b)
1 1
0 0
1 1
1 1
0 1
1 0
1 1
end
can I do something like;
kap reader1_a reader1_b?
Related Posts with Intra-obsever variability
Generating CAPM BetaI want to use below code to generate monthly CAPM beta which is equal to beta coefficient of mkt obt…
Merge based on partial matchI want to merge two datasets based on three variables, id, begin date, end date. I want to merge tog…
Over identification & weak instrument tests in a 2SLS with more than one IVDear All, I have the following variables in a 2SLS model. Ivregress 2slsl y (x1 x2 = z1 z2 z3) x3 x…
Automate replace command for range of valueHi, I am trying to automate the "replace" command for a range of values, for example if codkm values…
Fixed-effect panel threshold modelHi all, I'm executing the xthreg command, but, every time I run it the values in the Threshold effec…
Subscribe to:
Post Comments (Atom)
0 Response to Intra-obsever variability
Post a Comment