You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' Calculate the number of elements from prediction (pred) that lies within the observed (obs) range.
#'
#' @param obs,pred Two vectors containing numerical values.
#' @param count Boolean. Return percentage when FALSE (default) and count when TRUE.
#' @param digits Integer indicating the number of decimal places (round) or significant digits (signif) to be used. For round, negative values are allowed (see base::Round for more details).