Hi Junrui, I am finally able to get started with making your work available via GGIR.
In https://github.com/junruidi/ActFrag/blob/master/R/fragmentation.R
should the following documentation for Gini index
#' \item{Gini_r}{Gini index for active bout}
#' \item{Gini_a}{Gini index for sedentary bout}
be replaced by
#' \item{Gini_r}{Gini index for sedentary bout}
#' \item{Gini_a}{Gini index for active bout}
in that way it will be consistent with the naming of the other variables, where 'a' refers to active and 'r' to sedentary? or does the naming intentionally flip direction for the Gini index?
Hi Junrui, I am finally able to get started with making your work available via GGIR.
In https://github.com/junruidi/ActFrag/blob/master/R/fragmentation.R
should the following documentation for Gini index
be replaced by
in that way it will be consistent with the naming of the other variables, where 'a' refers to active and 'r' to sedentary? or does the naming intentionally flip direction for the Gini index?