get_structure | R Documentation |
StudySpecification
Structure InformationObtaining a data.frame
which encodes the specification
information.
get_structure(specification)
## S4 method for signature 'StudySpecificationStructure'
show(object)
specification |
a |
object |
a |
A StudySpecificationStructure
object containing the structure
of the specification
as a data.frame
.
data(simdata)
spec <- rct_spec(z ~ uoa(uoa1, uoa2) + block(bid), data = simdata)
get_structure(spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.