Skip to content

Commit

Permalink
network.predictability documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChristensen committed Feb 11, 2024
1 parent fdee543 commit 2e33067
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/network.predictability.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
#'
#' \itemize{
#'
#' \item{dichotomous}{Accuracy or the percent correctly predicted for the 0s and 1s}
#' \item dichotomous --- Accuracy or the percent correctly predicted for the 0s and 1s
#'
#' \item{polytomous}{Accuracy based on the correctly predicting the ordinal category exactly
#' \item polytomous --- Accuracy based on the correctly predicting the ordinal category exactly
#' (i.e., 1 = 1, 2, = 2, etc.) and a weighted accuracy such that absolute distance of the
#' predicted value from the actual value (e.g., |prediction - actual| = 1) is used
#' as the power of 0.5. This weighted approach provides an overall distance in terms of
#' accuracy where each predicted value away from the actual value is given a harsher
#' penalty (absolute difference = accuracy value): 0 = 1.000, 1 = 0.500, 2 = 0.2500,
#' 3 = 0.1250, 4 = 0.0625, etc.}
#' 3 = 0.1250, 4 = 0.0625, etc.
#'
#' \item{continuous}{R-sqaured and root mean square error}
#' \item continuous --- R-sqaured and root mean square error
#'
#' }
#'
Expand Down
8 changes: 4 additions & 4 deletions man/network.predictability.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e33067

Please sign in to comment.