File: reexports.R

package info (click to toggle)
r-cran-parameters 0.24.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,852 kB
  • sloc: sh: 16; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# ----------------------- insight -------------------------------------

#' @importFrom insight standardize_names
#' @export
insight::standardize_names

#' @importFrom insight supported_models
#' @export
insight::supported_models

#' @importFrom insight print_html
#' @export
insight::print_html

#' @importFrom insight print_md
#' @export
insight::print_md

#' @importFrom insight display
#' @export
insight::display

# ----------------------- datawizard -------------------------------------

#' @importFrom datawizard describe_distribution
#' @export
datawizard::describe_distribution

#' @importFrom datawizard demean
#' @export
datawizard::demean

#' @importFrom datawizard rescale_weights
#' @export
datawizard::rescale_weights

#' @importFrom datawizard visualisation_recipe
#' @export
datawizard::visualisation_recipe

#' @importFrom datawizard kurtosis
#' @export
datawizard::kurtosis

#' @importFrom datawizard skewness
#' @export
datawizard::skewness