pain_score | R Documentation |
Returns a pain score based on Jones et al. 2020 or the given pain.model. Pain scores are standardized so that increasingly positive (negative) values correspond to increasingly likely to be painful (unlikely to be painful) experiences. Pain scores based on pain models derived from trinary pain stimuli will additionally be scaled such that the transition between low and high pain is occurs at 1. Scores are not comparable across pain models.
pain_score(
paw.features,
strains = NULL,
strain.standards = jones2020.standards,
feature.set = c("post.peak", "pre.peak"),
pain.model = NULL
)
paw.features |
the paw features returned by
|
strains |
a vector containing strain information for each mouse |
strain.standards |
z-scores (centering and scaling) information by strain |
feature.set |
use either pre-peak or post-peak features |
pain.model |
a pain model returned by |
one or more pain scores as a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.