Displaying 1 result from an estimated 1 matches for "tp4634247".
Did you mean:
tp4634230
2012 Jun 22
4
Uniroot error message with in intergration
...- pt(t,df=df1)
test <- qt((1-p),df=df1,ncp=ncp1)*(1/sqrt(2))
return(test)
}
integ <- function(t,n){
1-integrate(y,lower=0,upper=3.6,n)$value -0.5
}
uniroot(integ,lower=0,upper=1000)
--
View this message in context: http://r.789695.n4.nabble.com/Uniroot-error-message-with-in-intergration-tp4634247.html
Sent from the R help mailing list archive at Nabble.com.