Package index
-
mcc()
- Calculate Mean Cumulative Count (MCC)
-
print(<mcc>)
- Print method for
mcc
objects
-
summary(<mcc>)
- Summary method for
mcc
objects
-
print(<summary.mcc>)
- Print method for
mcc
summary objects
-
plot(<mcc>)
- Plot MCC results
-
autoplot(<mcc>)
- Auto-plot method for
mcc
objects
-
mcc_details()
- Extract calculation details from
mcc
objects
-
mcc_estimates()
- Extract MCC estimates from
mcc
objects
-
mcc_final_values()
- Get final MCC value for each group
-
mcc_method()
- Get the method used for MCC calculation
-
as_mcc()
- Convert objects to
mcc
class
-
as.data.frame(<mcc>)
- Convert
mcc
object to data.frame
-
is_mcc()
- Check if object is an
mcc
result
-
is_weighted()
- Check if
mcc
object uses weighted estimation
-
compare_mcc()
- Compare
mcc
objects
-
print(<mcc_comparison>)
- Print method for MCC comparison objects
-
is_grouped()
- Check if
mcc
object is from grouped analysis
-
mcc_groups()
- Extract unique groups from grouped
mcc
object
-
mcc_grouping_var()
- Get grouping variable name from grouped
mcc
object
-
subset_mcc()
- Subset
mcc
object by groups