GK.control {RCBR} | R Documentation |
Control parameters for Gautier-Kitamura bivariate random coefficient binary response
Description
These parameters can be passed via the ...
argument of the rcbr
function.
defaults as suggested in Gautier and Kitamura matlab code
Usage
GK.control(n, u = -20:20/10, v = -20:20/10, T = 3, TX = 10, Mn = 1/log(n)^2)
Arguments
n |
the sample size |
u |
grid values for intercept coordinate |
v |
grid values for slope coordinate |
T |
Truncation parameter for numerator must grow "sufficiently slowly with n" |
TX |
Truncation parameter for denomerator must grow "sufficiently slowly with n" |
Mn |
Trimming parameter "chosen to go to 0 slowly with n" |
Value
updated list
[Package RCBR version 0.6.2 Index]