powered by
Estimate parameters
add_estimate(psdesign, estimate)
A psdesign object, it must have risk model and integration model components
An estimate object created by ps_estimate
# NOT RUN { test <- psdesign(generate_example_data(n = 100), Z = Z, Y = Y.obs, S = S.obs, BIP = BIP) test + integrate_parametric(S.1 ~ BIP) + risk_binary(D = 50) + ps_estimate(method = "BFGS") # }
Run the code above in your browser using DataLab