Displaying 1 result from an estimated 1 matches for "furntion".
Did you mean:
funtion
2005 Mar 09
3
problem using uniroot with integrate
...ed choice experiment, given the probability of
a correct response, Pc, a Gaussian assumption for the noise and
no bias. The function that I wrote below gives me an error:
Error in f(x, ...) : recursive default argument reference
The problem seems to be at the statement using uniroot,
because the furntion est.dp works fine outside of the main function.
I've been using R for awhile but there are still many nuances
about the scoping and the use of environments that I'm weak on
and would like to understand better. I would appreciate any
suggestions or solutions that anyone might offer for fixi...