Return function position when building the z-test using rstudio

后端 未结 0 1273
傲寒
傲寒 2020-12-06 19:14

hey guys i have made below function as

`z.test1<-function(H0,ssd,smean,n,alpha){
        smean<-mean(x)
        ssd<-var(x)
        n<-length(x)
          


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