merge.results: ctglm syntax/call creation

Description Usage Arguments Value Warning Author(s)

View source: R/merge.results.R

Description

run ctglm model

Usage

1
merge.results ( ..., consistent=TRUE, noNAcol=TRUE, pattern="\\.\\b(Rdata|rda)\\b$", results.identifier=NULL )

Arguments

...

result data frames from ctglm.results() or folder with .Rdata files

consistent

only parameter (column variable) that are in all analyses will be kept

noNAcol

columns with NAs will be dropped

pattern

argument from list.files to identify Rdata files

results.identifier

how to identify results

Value

returns a data frame

Warning

This version is alpha. Use with care.

Author(s)

Martin Hecht


ctglm documentation built on May 31, 2017, 1:54 a.m.

Related to merge.results in ctglm...