EcoGenetics (version 1.2.1-5)

summary,eco.mlm-method: Summary for eco.lmtree output

Description

Summary for eco.lmtree output

Usage

# S4 method for eco.mlm
summary(object)

# S4 method for eco.mctree summary(object)

Arguments

object

Output object of eco.lmtree.

Value

A Table with a summary of the analysis for "mlm" analysis, the plot of the trees with significant splits for "mctree" analysis.

See Also

eco.lmtree

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
data(eco.test)
#' mod <- eco.lmtree(DF1 = eco$P, DF2 = eco$E, 
analysis = "mlm")                                    
summary(mod)                                    #summary for "mlm" analysis

mod <- eco.lmtree(DF1 = eco$P, DF2 = eco$E,
analysis = "mctree", fact = eco$S$structure)               
summary(mod)                                    #summary for "mctree" analysis

# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace