corrtrol: Partial correlation table

Description Usage Arguments

Description

Partial correlation table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
corrtrol(
  df,
  vars,
  control.vars,
  rows = auto,
  cols = auto,
  names = NULL,
  triangle = "lower",
  round = 3,
  copy = FALSE
)

Arguments

df

data frame of vars to analyse

control.vars

variables to control for in analysis

rows

number of variables used as rows; used in conjunction with cols. Default is all vars

cols

number of variables used as columns; used in conjunction with rowss. Default is all vars

triangle

toggle lower/upper triangle output of correlations

copy

Should this table be 'copiable' or formatted?


crbwin/clnR documentation built on Oct. 29, 2020, 1:55 a.m.