localizationSD | R Documentation |
Get the standard deviation of localization using a spline as 'mean'.
localizationSD(
df,
unit = "cm",
locvar = "tap",
handvar = "hand",
r = 1,
CC = TRUE,
spar = 0.99,
rm.Extr = FALSE
)
df |
Data frame with localization data. |
unit |
The unit of position data (default: |
locvar |
The variable name of localization responses (default: |
handvar |
The variable name of hand position (default: |
r |
Radius of localization arc (default: 12). |
CC |
(boolean) Perform circle correction (default: |
spar |
Smoothing parameter for the spline (0,1) (default: |
rm.Extr |
(boolean) Remove the highest and lowest reach angles before spline interpolation (after fitting the spline). |
A spline object that predicts localization errors over reach angle.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.