Displaying 2 results from an estimated 2 matches for "rhyp".
Did you mean:
hyp
2004 Nov 22
2
rhyp function from fBasics
Dear R People:
There is a function from the fBasics library to get the probability
and quantiles for the hyperbolic probability function.
Is there one that will estimate parms of the hyperbolic probability
function from a data set, please?
Thanks in advance!
Sincerely,
Erin Hodgess
mailto: hodgess at gator.uhd.edu
R Version 2.0.1 windows
2010 Jul 03
2
logistic regression - glm() - example in Dalgaard's book ISwR
...]),rep('No', d[2,4]),
rep('No', d[3,4]),rep('No', d[4,4]),
rep('Yes',d[5,4]),rep('Yes',d[6,4]),
rep('Yes',d[7,4]),rep('Yes',d[8,4]))
rsnoring <- factor(rsnoring)
length(rsnoring) # just a check
rhyp <- c(rep(1,d[1,5]),rep(0,d[1,4]-d[1,5]),
rep(1,d[2,5]),rep(0,d[2,4]-d[2,5]),
rep(1,d[3,5]),rep(0,d[3,4]-d[3,5]),
rep(1,d[4,5]),rep(0,d[4,4]-d[4,5]),
rep(1,d[5,5]),rep(0,d[5,4]-d[5,5]),
rep(1,d[6,5]),rep(0,d[6,4]-d[6,5]),
rep(1,d[7...