subset.umbrella | R Documentation |
Create a subset of an object of class “umbrella”
## S3 method for class 'umbrella'
subset(x, subset, ...)
x |
an object of class “umbrella”. |
subset |
logical expression indicating elements or rows to keep: missing values are taken as |
... |
other arguments that can be passed to the function |
Return an object of class “umbrella” with the results of some factors removed.
### perform calculations required for an umbrella review
umb <- umbrella(df.SMD)
### subset the results to factors "ADHD" & "dyslexia"
subset.umb <- subset.umbrella(umb, unique(df.SMD$factor) %in% c("Pharmacological"))
summary(subset.umb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.