How to use a character as attribute of a function

前端 未结 3 617
无人及你
无人及你 2020-12-16 07:41

I want to run a multiple comparisons analysis for the different variables of a model. My idea is as follows:

library(multcomp)
set.seed(123)
x1 <- gl(4,10         


        
3条回答
提交回复
热议问题