lms.to.table: Make a table to summary coefficients of a list of linear...

View source: R/lms.to.table.R

lms.to.tableR Documentation

Make a table to summary coefficients of a list of linear models

Description

Make a table to summary coefficients of a list of linear models

Usage

lms.to.table(L)

Arguments

x

vector of names of the columns to test in data, or dataframe of the vectors to test, or a name of data column

Details

The different linear models must be computed separetely, and then pass to the argument in a list format, using function list().

Value

a dataframe with all the terms of the different linear models and their coefficient. The minus sign - is set for absence of the term in the model

Author(s)

Julien Bousquet (2021)

Examples

# Simple example

# Call with numbers of columns 
#wilcoxon.cut.test(x=2:4, group='FEF2', data=X, prop=0.2, boot=50) 
# Call data with vectors and data.frame :
#wilcoxon.cut.test(X[,2:3], group=X$FEF2, prop=0.1)


Antoine-Masse/KefiR documentation built on Feb. 22, 2024, 5:54 a.m.