Displaying 3 results from an estimated 3 matches for "s107".
Did you mean:
107
2011 Sep 21
3
Reading data in lisp format
Hi,
I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library
http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening>
Could anyone help me?
Best
2006 Jul 19
1
Problem with ordered logistic regression using polr function.
...=wt,
na.action=na.omit)
/
(There are no NA's in y but there are NA's in X's)
The error I'm getting is:
/Warning messages:
1: non-integer #successes in a binomial glm! in: eval(expr, envir, enclos)
2: design appears to be rank-deficient, so dropping some coefs in:
polr(right.ans ~ S107 + children + work + rel + media + V013 +
/
Also, if I write
/summary(ordlog)/
I'm getting the following error:
/Re-fitting to get Hessian
Error in if (all(pr > 0)) -sum(wt * log(pr)) else Inf :
missing value where TRUE/FALSE needed
/Could anybody point out the problem?
Thanks,
D...
2006 Jul 19
0
Problem with ordered logistic regression using polr function
...ht=wt,
na.action=na.omit)
(There are no NA's in y but there are NA's in X's)
The error I'm getting is:
Warning messages:
1: non-integer #successes in a binomial glm! in: eval(expr, envir, enclos)
2: design appears to be rank-deficient, so dropping some coefs in:
polr(right.ans ~ S107 + children + work + rel + media + V013 +
Also, if I write
summary(ordlog)
I'm getting the following error:
Re-fitting to get Hessian
Error in if (all(pr > 0)) -sum(wt * log(pr)) else Inf :
missing value where TRUE/FALSE needed
Could anybody point out the problem?
Thanks,
Debarch...