FAQ/iso - CBU statistics Wiki

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Type the missing letters from: He's no ded, he's jus resing hs eys

Revision 4 as of 2009-01-28 16:13:43

location: FAQ / iso

Isotonic regression and nonparametric trend test

There are two ways which tests if groups are ordered with respect to a single response given an assumed apriori ordering of the groups with respect to this response.

  • Isotonic regression finds the best fitting model which has an unknown number of changepoints separating linear fits. An alternative nonparametric approach, Jonckheere-Terpstra test compares the ordering in the groups to that which would be expected by chance.

Both these tests may be fitted in R using code [http://www.stat.umn.edu/geyer/5601/examp/oneway.html here.] The more reent ISOREG procedure in R will also perform an isotonic regression. In each case a p-value is produced to assess whether the groups form an ordering with respect to the observed response. Jonckheere's trend test is also fitted in the analyse>nonparametric tests procedure in SPSS. Further details of Jonckheere's test, with an example, are also given [:FAQ/JonckheereTrendTest_Jonckheere%27s_Trend_Test: here.]