Displaying 3 results from an estimated 3 matches for "question4".
Did you mean:
question
2012 Mar 30
2
error message in logistic regression
...age occurs. The data set is
based on how accurate dogs are at giving a trained response when finding
drugs.
D=dogs, P= phase of test, NF= number found, NTA= times they gave the trained
alert, NA= times they did not give the alert, R= reliability in %
> file.choose()
[1] "E:\\Rhome exam\\question4\\table1Q4.txt"
> tort<-read.table("E:\\Rhome exam\\question4\\table1Q4.txt")
> tort
D P NF NTA Na R
1 1 1 27 8 19 30
2 1 2 29 7 22 24
3 2 1 30 16 14 53
4 2 2 26 25 1 96
> summary(glm(cbind(NTA,NF-NTA)~P,tort,family=binomial))
Call:...
2009 Oct 06
4
RAM errors after kernel-update
...ting capability the old one hadn't.
Question1: how many recoverable RAM errors are acceptable?
Question2: The error appears always with the same id in the error
message. Mobo problem?
Question3: Are there any recommended BIOS settings to operate the RAM
slower to see if the problem disappears?
Question4: Any other proposals.
Being located in Germany makes the "just return it to the dealer"
proposal quite unattractive.
best regards
---
Michael Schumacher
PAMAS Partikelmess- und Analysesysteme GmbH
Dieselstr.10, D-71277 Rutesheim
Tel +49-7152-99630
Fax +49-7152-996333
Gesch?ftsf?hrer: G...
2012 Jul 03
1
nls problem
...her sure it worked about 6 months ago with (ca.) 2.11.x
under ubuntu. have there been changes in this area?
question2: is something like the `fit2' line in the example expected to
work or not?
qeustion3: if it is not expected to work, should not the manpage include a
corresponding caveat?
question4: is there a a substitute/workaround for the `fit2' line which
still allows to specify the rhs of the model via a variable instead of a
constant (explicit) expression or function call?
the above example is of course construed but in my use case I actually
need this sort of thing. is ther...