| summary.tsci {TSCI} | R Documentation |
Summarizing Two Stage Curvature Identification Fits
Description
Summarizing Two Stage Curvature Identification Fits
Usage
## S3 method for class 'tsci'
summary(object, extended_output = FALSE, ...)
Arguments
object |
an object of class 'tsci'. |
extended_output |
logical. If |
... |
arguments to be passed to or from other methods. |
Value
an object of class 'summary.tsci' containing the following elements:
coefficienta data frame with columns for the estimated treatment coefficient, its standard error, confidence interval and (two-sided) p-value.
invaliditya vector containing the number of times the instrumental variable(s) were considered valid, invalid or too weak to perform the test.
viospace_selectiona data frame with columns for the number of times each of the violation space candidate was selected by comparison, the conservative method and as the largest violation space candidate for which the instrumental variable was considered to be strong enough.
treatment_modela data frame with information about the method used to fit the treatment model.
sample_size_A1the number of observations in the subset used to fit the outcome model.
sample_size_A2the number of observations in the subset used to train the parameters for fitting the treatment model.
n_splitsthe number of sample splits performed.
mult_split_methodthe method used to calculate the standard errors and p-values if
n_splitsis larger than 1.alphathe significance level used.
iv_strengtha data frame with columns containing the estimated instrumental variable strength and the estimated instrumental variable strength threshold for each violation space candidate. Will only be returned if
extended_outputis true.coefficients_alla data frame with columns for the estimated treatment coefficients, its standard errors, confidence intervals and (two-sided) p-values for each violation space candidate.