cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
%3CLINGO-SUB%20id%3D%22lingo-sub-401210%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%E5%88%86%E7%B1%BB%E5%8F%98%E9%87%8F%E7%9A%84%E5%8C%B9%E9%85%8D%E5%AF%B9%E5%88%86%E6%9E%90%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-401210%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CP%3E%E6%88%91%E6%9C%89%E4%B8%80%E7%BB%84%E6%82%A3%E8%80%85%E5%9C%A8%E4%B8%8D%E5%90%8C%E6%97%B6%E9%97%B4%E6%81%A2%E5%A4%8D%E4%BA%86%E4%B8%A4%E7%A7%8D%E4%B8%8D%E5%90%8C%E7%9A%84%E8%8D%AF%E7%89%A9%E3%80%82%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%E6%A0%B9%E6%8D%AE%E4%BB%96%E4%BB%AC%E7%9A%84%E8%82%8C%E9%85%B8%E5%8F%98%E5%8C%96%EF%BC%8C%E6%88%91%E6%9C%89%E8%82%BE%E8%A1%B0%E7%AB%AD%E7%B1%BB%E5%88%AB%E6%94%B9%E5%8F%98%E7%9A%84%E6%82%A3%E8%80%85%E6%AF%94%E4%BE%8B%EF%BC%88%E8%8D%AF%E7%89%A9%20A%20%E5%90%8E%20n%3Dx%EF%BC%8C%E8%8D%AF%E7%89%A9%20B%20%E5%90%8E%20n%3Dy%EF%BC%89%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%E9%80%9A%E8%BF%87%E9%85%8D%E5%AF%B9%20T%20%E6%A3%80%E9%AA%8C%E6%AF%94%E8%BE%83%E4%B8%A4%E7%A7%8D%E8%8D%AF%E7%89%A9%E7%9A%84%E5%B9%B3%E5%9D%87%E8%82%8C%E9%85%90%E5%8F%98%E5%8C%96%E5%BE%88%E5%AE%B9%E6%98%93%EF%BC%8C%E4%BD%86%E6%98%AF%E5%A6%82%E6%9E%9C%E6%88%91%E6%83%B3%E6%AF%94%E8%BE%83%E8%82%BE%E5%8A%9F%E8%83%BD%E8%A1%B0%E7%AB%AD%E7%B1%BB%E5%88%AB%E5%8F%91%E7%94%9F%E5%8F%98%E5%8C%96%E7%9A%84%E6%82%A3%E8%80%85%E6%AF%94%E4%BE%8B%E2%80%A6%E2%80%A6%E6%88%91%E7%9A%84%E9%80%89%E6%8B%A9%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%E6%84%9F%E8%B0%A2%E6%82%A8%E7%9A%84%E4%BB%BB%E4%BD%95%E6%8C%87%E5%AF%BC..%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3CP%3E%26nbsp%3B%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-401210%22%20slang%3D%22en-US%22%20mode%3D%22NONE%22%3E%3CLINGO-LABEL%3E%E5%88%86%E6%9E%90%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E
Choose Language Hide Translation Bar
Sandeep123
Level III

Matched pair analysis for categorical variables

I have a set of patients who revived two different drugs at different times. 

 

Based on their creatine changes, I then have proportion of patients who had their category of kidney failure changed ( n=x after drug A and n=y after drug B)

 

It is easy to compare the mean creatinine change with the two drugs by paired T test, but if I want to compare the proportion of patients, whose kidney failure category changed..what would be my option ?

 

thanks for any guidance..

 

 

 

 

 

 

1 REPLY 1

Re: Matched pair analysis for categorical variables

A matched pairs two-sample t-test is just a one-sample t-test of the difference between (after - before). So you might create a category for each possibility: lower, same, higher, for example. You can now use any categorical analysis method with your factors.

Recommended Articles