AS_bounds | R Documentation |
This function finds the boundary of the identified set in one specified direction using the AS test and Newton's method.
AS_bounds(start, Yp, Xb, N_max = 30, tol = 10^(-4), tuningParam = NULL)
start |
the starting points for the bissection method |
Yp |
the observations of the outcome variable. |
Xb |
the observations of the noncommon regressor (possibly conditional on Xc). |
N_max |
the maximal number of iterations. Default is 30. |
tol |
the tolerance of the method. Default is e-4. |
tuningParam |
the list of tuning parameters. For the details see the function "test" in the package RationalExp. |
a list containing, in order: - the value of estimated radial function in this direction - value of the objective function - the number of iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.