wpa/man/afterhours_rank.Rd

42 строки
1.5 KiB
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/afterhours_rank.R
\name{afterhours_rank}
\alias{afterhours_rank}
\title{Rank groups with high After-Hours Collaboration Hours}
\usage{
afterhours_rank(data, hrvar = extract_hr(data), mingroup = 5, return = "table")
}
\arguments{
\item{data}{A Standard Person Query dataset in the form of a data frame.}
\item{hrvar}{A list of HR Variables to consider in the scan.
Defaults to all HR attributes identified.}
\item{mingroup}{Numeric value setting the privacy threshold / minimum group size.
Defaults to 5.}
\item{return}{A character vector specifying what to return.
Valid values include "table" (default). Features are being considered for alternative return options but are currently
unavailable.}
}
\value{
When 'table' is passed in \code{return}, a summary table is returned as a data frame.
}
\description{
This function scans a Standard Person Query for groups with high levels of After-Hours Collaboration.
Returns a table with a all of groups (across multiple HR attributes) ranked by hours of After-Hours Collaboration Hours.
}
\details{
Uses the metric \code{After_hours_collaboration_hours}.
See \code{create_rank()} for applying the same analysis to a different metric.
}
\seealso{
Other After-Hours:
\code{\link{afterhours_dist}()},
\code{\link{afterhours_fizz}()},
\code{\link{afterhours_line}()},
\code{\link{afterhours_summary}()},
\code{\link{afterhours_trend}()}
}
\concept{After-Hours}