search for: fin1

Displaying 4 results from an estimated 4 matches for "fin1".

Did you mean: fan1
2012 Mar 05
1
index instead of loop?
Hello, Does anyone know of a way I can speed this up? Basically I'm attempting to get the data item on the same row as the report date for each report date available. In reality, I have over 11k of columns, not just A, B, C, D and I have to do that over 100 times. My solution is slow, but it works. The loop is slow because of merge. # create sample data z.dates =
2006 Jul 04
1
using weights in lrm
Dear all, just a quick question regarding weights in logistic regression. I do results <- lrm(y.js ~ h.hhsize + h.death1 + h.ill1 + h.ljob1 + h.fin1 + h.div1 + h.fail1 + h.sex + h.ch.1 + h.ch.5 + h.ch.12 + h.ch.13 + h.popgroup + y.school.now ,x=T,y=T, data=d.caps1y, weight...
2007 Feb 21
1
Trying to get an apply to work with a list in applying names to tables
...list(aan, bbn); names(mylist) <- mynames cc <- data.frame(aa,bb) fn1 <- function(x,y) {tt <- table(x); names(tt)<- mylist[[y]]} jj <-apply(cc, 2, fn1(cc,mylist)) RESULT: Error in fn1(cc, mylist) : invalid subscript type To be honest I didn't expect it to work since that fin1(cc looks recursive but oh well... Can anyone offer a solution or some advice here. It would be greatly appreciated
2011 Aug 17
0
vglm regression with weibull distribution
Dear all, I'm facing a problem in estimation of glm model with weibull distribution. I run this : eqn0<-formula(fdh~cup1+cup2+cup3+cup4+fin1+vd1+cm2+cm4+milieu+cpro1+cpro2+cpro3a+cpro3b+schef+log(y)) regWeib0<-vglm(eqn0,family=weibull,subset(br, fdh<1)) I have en estimation but there is a message saying that regularity conditions are violated : Message d'avis : In eval(expr, envir, enclos) : ? MLE regularity conditions are v...