subset.bdotsBootObj {bdots}R Documentation

Subset a nested group bdotsBoot objects

Description

Subset a nested group bdotsBoot objects

Usage

## S3 method for class 'bdotsBootObj'
subset(x, group, adjustAlpha = NULL, ...)

Arguments

x

An object returned from bdotsBoot

group

A group to subset. Must be an outer group

adjustAlpha

currently not used. Will give option to recompute adjusted alpha

...

Not used

Details

This function is used to subset a bdotsBootObject that was fit to compute the difference of differences. This allows the user to subset out the outer group in the comparison for plotting and investigation


[Package bdots version 1.2.5 Index]