Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) require(magrittr) library(fgdiR)
The fgdiR package computes the Functional Gait Deviation Index (FGDI) for quantifying gait pathology using multivariate functional principal components.
data(A_Data) data(A_data_info)
ID <- c(rep("Case", 18), rep("Control", 42)) fgdi_out <- FGDI(A_Data, ID, PVE_I = 0.99)
plot_gait_comparison(1, "Pelvis Tilt", fgdi_out, A_Data, ID, combined=FALSE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.