library(RCPA3)
# \donttest{
# basic usage with variable vectors
logregC(states$battleground2020 ~ states$vep16.turnout)
# with post-estimation analysis
logregC(states$battleground2020 ~ states$vep16.turnout, orci=TRUE, fit.stats=TRUE,
anova=TRUE, pre=TRUE, res.plots=TRUE)
# }
Run the code above in your browser using DataLab