t.test confidence intervalls with weighted data

前端 未结 0 1665
走了就别回头了
走了就别回头了 2021-01-17 13:30

I performed a weighted t-test (with different samples) with following function:

wtd.t.test(data_1$VAR_1, data_2$VAR_1,
           weight = data_1$gew_total, 
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题