Displaying 5 results from an estimated 5 matches for "ss_sd1".
2016 Apr 17
2
R [coding : do not run for every row ]
...s
#forty five cases for each skewness!!
shp<-rep(16/9,each=5)
#scale parameter for sample 1
#scale paramter for sample 2 set as constant 1
scp1<-c(1,1.5,2,2.5,3)
#get all combinations with one row of the sample_sizes matrix
##(use expand.grid)to create a data frame from combination of data
ss_sd1<- expand.grid(sample_sizes[2,],shp)
scp1<-rep(scp1,9)
std2<-rep(sd2,9)
#create a matrix combining the forty five cases of combination of sample sizes,shape and scale parameter
all_combine1 <- cbind(rep(sample_sizes[1,], 5),ss_sd1,scp1)
# name the column samples 1 and 2 and standard d...
2016 Apr 18
0
R [coding : do not run for every row ]
...p<-rep(16/9,each=5)
>
> #scale parameter for sample 1
> #scale paramter for sample 2 set as constant 1
> scp1<-c(1,1.5,2,2.5,3)
>
> #get all combinations with one row of the sample_sizes matrix
> ##(use expand.grid)to create a data frame from combination of data
>
> ss_sd1<- expand.grid(sample_sizes[2,],shp)
> scp1<-rep(scp1,9)
>
> std2<-rep(sd2,9)
>
> #create a matrix combining the forty five cases of combination of sample sizes,shape and scale parameter
> all_combine1 <- cbind(rep(sample_sizes[1,], 5),ss_sd1,scp1)
>
> # name the...
2016 Apr 18
3
R [coding : do not run for every row ]
...p<-rep(16/9,each=5)
>
> #scale parameter for sample 1
> #scale paramter for sample 2 set as constant 1
> scp1<-c(1,1.5,2,2.5,3)
>
> #get all combinations with one row of the sample_sizes matrix
> ##(use expand.grid)to create a data frame from combination of data
>
> ss_sd1<- expand.grid(sample_sizes[2,],shp)
> scp1<-rep(scp1,9)
>
> std2<-rep(sd2,9)
>
> #create a matrix combining the forty five cases of combination of sample sizes,shape and scale parameter
> all_combine1 <- cbind(rep(sample_sizes[1,], 5),ss_sd1,scp1)
>
> # name the...
2016 Apr 18
0
R [coding : do not run for every row ]
...mple 1
>>> #scale paramter for sample 2 set as constant 1
>>> scp1<-c(1,1.5,2,2.5,3)
>>>
>>> #get all combinations with one row of the sample_sizes matrix
>>> ##(use expand.grid)to create a data frame from combination of data
>>>
>>> ss_sd1<- expand.grid(sample_sizes[2,],shp)
>>> scp1<-rep(scp1,9)
>>>
>>> std2<-rep(sd2,9)
>>>
>>> #create a matrix combining the forty five cases of combination of sample
>>> sizes,shape and scale parameter
>>> all_combine1 <- cbin...
2016 Apr 18
0
R [coding : do not run for every row ]
...> #scale parameter for sample 1
>> #scale paramter for sample 2 set as constant 1
>> scp1<-c(1,1.5,2,2.5,3)
>>
>> #get all combinations with one row of the sample_sizes matrix
>> ##(use expand.grid)to create a data frame from combination of data
>>
>> ss_sd1<- expand.grid(sample_sizes[2,],shp)
>> scp1<-rep(scp1,9)
>>
>> std2<-rep(sd2,9)
>>
>> #create a matrix combining the forty five cases of combination of sample
>> sizes,shape and scale parameter
>> all_combine1 <- cbind(rep(sample_sizes[1,], 5),s...