search for: ganzfeld

Displaying 2 results from an estimated 2 matches for "ganzfeld".

2004 Nov 25
2
logistic regression and 3PL model
Hello colleagues, I am a novice with R and am stuck with an analysis I am trying to conduct. Any suggestions or feedback would be very much appreciated. I am analyzing a data set of psi (ESP) ganzfeld trials. The response variable is binary (correct/incorrect), with a 25% base rate. I've looked around the documentation and other online resources and cannot find how I can correct for that base rate when I conduct a logistic regression. I understand that the correction would be equivalent t...
2005 Feb 20
1
logistic regression and 3PL model
Hello colleagues, This is a follow up to a question I posed in November regarding an analysis I was working on. Thank you to Dr. Brian Ripley and Dr. John Fox for helping me out during that time. I am conducting logistic regression on data set on psi (ESP) ganzfeld trials. The response variable is binary (correct/incorrect), with a 25% guessing base rate. Dr. Ripley suggested that I modify a maximum likelihood fitting of a binomial logistic regression presented in MASS$ (p. 445): logitreg <- function(x, y, wt=rep(1, length(y)), intercept = T, start=r...