add_estimate: Estimate parameters

Description Usage Arguments Examples

View source: R/pseval-constructors.R

Description

Estimate parameters

Usage

1

Arguments

psdesign

A psdesign object, it must have risk model and integration model components

estimate

An estimate object created by ps_estimate

Examples

1
2
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")

sachsmc/pseval documentation built on May 29, 2019, 12:55 p.m.