final_result_summarize_disc {LongDat}R Documentation

Generate result table as output in longdat_disc()

Description

Generate result table as output in longdat_disc()

Usage

final_result_summarize_disc(
  variable_col,
  N,
  Ps_conf_inv_model_unlist,
  variables,
  sel_fac,
  Ps_conf_model_unlist,
  model_q,
  posthoc_q,
  Ps_null_model_fdr,
  Ps_null_model,
  delta,
  case_pairs,
  prevalence,
  mean_abundance,
  Ps_poho_fdr,
  not_used,
  Ps_effectsize,
  case_pairs_name,
  data_type,
  false_pos_count,
  p_wilcox_final
)

Arguments

variable_col

Internal function argument.

N

Internal function argument.

Ps_conf_inv_model_unlist

Internal function argument.

variables

Internal function argument.

sel_fac

Internal function argument.

Ps_conf_model_unlist

Internal function argument.

model_q

Internal function argument.

posthoc_q

Internal function argument.

Ps_null_model_fdr

Internal function argument.

Ps_null_model

Internal function argument.

delta

Internal function argument.

case_pairs

Internal function argument.

prevalence

Internal function argument.

mean_abundance

Internal function argument.

Ps_poho_fdr

Internal function argument.

not_used

Internal function argument.

Ps_effectsize

Internal function argument.

case_pairs_name

Internal function argument.

data_type

Internal function argument.

false_pos_count

Internal function argument.

p_wilcox_final

Internal function argument.


[Package LongDat version 1.1.2 Index]