
exp_factor_est(x, theta, equation)
"exp_factor_est"(x,theta,equation)
The estimating equation input has to be a function of theta.
eel-package
, exp_factor
, EEL_est
, prime_image_est
#generate data with theoretical mean 2 and standard deviation 1
x=rnorm(100,2,1)
exp_factor_est(x=x, theta=2, equation="x-theta")
Run the code above in your browser using DataLab