podci_items | R Documentation |
PODCI Scale Item Numbers
podci_items(
scale = c("upex", "tran", "sprt", "pain", "hapy", "glob"),
patient = c("ped", "ado"),
reporter = c("prnt", "self"),
type = c("both", "primary", "secondary")
)
scale |
requested scale |
patient |
subject of the assessment (pediatric vs adolescent) |
reporter |
person providing the responses (parent vs self) |
type |
the type of item (ignored if not sport scale):
|
a vector of scale items
## all scales have the same item numbers except:
### the sport scale items differ depending on reporter
### and has primary and secondary items
podci_items("sprt", reporter = "prnt", type = "both")
podci_items("sprt", reporter = "prnt", type = "primary")
podci_items("sprt", reporter = "prnt", type = "secondary")
podci_items("sprt", reporter = "self", type = "both")
podci_items("sprt", reporter = "self", type = "primary")
podci_items("sprt", reporter = "self", type = "secondary")
### the pain scale items differ depending on reporter
podci_items("pain", reporter = "prnt")
podci_items("pain", reporter = "self")
### the global scale items differ depending on reporter
podci_items("glob", reporter = "prnt")
podci_items("glob", reporter = "self")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.