Skip to contents

Computes the overral log of the variability ratio for Factor A across levels of Factor B.

Usage

lnVR_main(
  data,
  col_names = c("yi", "vi"),
  append = TRUE,
  Ctrl_sd,
  Ctrl_n,
  A_sd,
  A_n,
  B_sd,
  B_n,
  AB_sd,
  AB_n
)

Arguments

data

Data frame containing the variables used.

col_names

Vector of two strings to name the output columns for the effect size and it's sampling variance. Default is 'yi' and 'vi'.

append

Logical. Append the results to data. Default is TRUE

Ctrl_sd

Standard deviation from the control treatment

Ctrl_n

Sample size from the control streatment

A_sd

Standard deviation from the A treatment

A_n

Sample size from the A treatment

B_sd

Standard deviation from the B treatment

B_n

Sample size from the B treatment

AB_sd

Standard deviation from the interaction AxB treatment

AB_n

Sample size from the interaction AxB treatment

Details

See the package vignette for a detailed description of the formula.

Author

Facundo Decunta - fdecunta@agro.uba.ar