View source: R/pcori_control.R
pcori_control | R Documentation |
Control Parameters for Fitting the within Group Model
pcori_control(
integration.method = c("quadvcpp", "quadv", "linear", "numerical", "piecewise"),
intensity.bandwidth = NULL,
resolution = 1000,
resolution.within.period = 50,
tol = .Machine$double.eps^(1/4),
...
)
integration.method |
Method for integration when computing the second influence term. |
intensity.bandwidth |
The bandwidth for the intensity model. |
resolution |
The number of points to use for numerical integration. |
resolution.within.period |
The number of points to use for numerical integration within a period. |
tol |
The tolerance for numerical integration. |
... |
Currently ignored. |
a list of control parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.