run_exwas_full: Run an ExWAS on a dataset that does not need pooling...

Description Usage Arguments Examples

View source: R/run_exwas_full.R

Description

Run an ExWAS for a complete 'mids' long format (stacked) imputed dataset or any dataset with no pooling required (complete cases for example)

Usage

1
run_exwas_full(input_data, variable_list, sdq, subcohort)

Arguments

input_data

Data frame

variable_list

A character vector containing a list of exposures for wich regressions will be run

sdq

A character vector indicating in the outcome SDQ score is external or internal

subcohort

A character vector specifying no stratification to be made

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

groovearmada/exwas documentation built on May 29, 2019, 12:02 a.m.