English 中文(简体)
Conditional Logistic Regression - detailed examples [closed]
原标题:
  • 时间:2010-01-25 06:04:13
  •  标签:
  • regression

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

anyone has online resources / book references that has detailed tutorials/examples on setting up Conditional Logistic Regression ? (Preferably in R, Matlab or Python)

问题回答

Look for clogit function in this page (for R)

The function is described here

Examples can be found in this pdf: Matched Case-Control Studies

You may find these two papers of use:

"Design and Analysis of Choice Experiments Using R: A Brief Introduction" http://www.jstage.jst.go.jp/article/air/17/2/17_86/_article

"Introduction to choice experiments using R" http://agris.fao.org/agris-search/search/display.do?f=./2008/JP/JP0814.xml;JP2007008140

You may need to go to your local library to access them...





相关问题
Multi-variate regression using NumPy in Python?

Is it possible to perform multi-variate regression in Python using NumPy? The documentation here suggests that it is, but I cannot find any more details on the topic.

Regressing panel data in SAS

I am now looking at a panel dataset on which I have to regress. Since I only started my Phd this semester together with the econometrics courses I am still new to many statistic applications and ...

Mysql multivariable linear regression

I am trying to do a multivarible (9 variables) linear regression on data in my mysql 5.0 database (the result value field only has 2 possible values, 1 and 0). I ve done some searching and found I ...

scipy linregress function erroneous standard error return?

I have a weird situation with scipy.stats.linregress seems to be returning an incorrect standard error: from scipy import stats x = [5.05, 6.75, 3.21, 2.66] y = [1.65, 26.5, -5.93, 7.96] gradient, ...

How to do a linear regression into a BIRT report?

How to make a linear regression on the chart displayed into your BIRT report. I have x and y data... but I don t see any function on eclipse BIRT to generate the linear regression... Any idea ? Many ...

热门标签