Skip to content
Back to formatted view

Raw Message

Message-ID: <f880f18d1001290418w7d101f82j25066fb037c2c589@mail.gmail.com>
Date: 2010-01-29T12:18:58Z
From: Ashta
Subject: Step function

Hi All,

Does the step function work in this model?  I tried to run the
following model but  no result obtained. The computer is hanging and I
killed the job several times. Below is the code.

library(survival)
m.fit=clogit(y~x1+x2+x3+x4, data=ftest)
summary(m.fit)
final<- step(m.fit)

Thanks in advance.