search for: fitbmt

Displaying 3 results from an estimated 3 matches for "fitbmt".

Did you mean: bitblt
2004 Jun 20
1
problem locfit
I have a problem with the use of locfit with censured data, when I carry out locfit by: fitbmt<-locfit(~recur,data=BMTAGE11,cens=df.status,family="hazard",alpha=0.5) it does not give me any message, but if I want to obtain the graph or even if I ask for (fitbmt) made it gives me the following message: > fitbmt31 Problem: Object "fitbmt31" not found, while callin...
2009 Jan 28
1
StepAIC with coxph
Hi, i'm trying to apply StepAIC with coxph...but i have the same error: stepAIC(fitBMT) Start: AIC=327.77 Surv(TEMPO,morto==1) ˜ VOD + SESSO + ETA + ........ Error in dropterm.default(fit,scope$drop, scale=scale,trace=max(0, : number of rows in use has changed: remove missing values? anybody know this error?? Thanks. Michele [[alternative HTML version deleted]]
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems