# NOT RUN {
# }
# NOT RUN {
## Using the toxicity dataset for each simulation and each trial, which is
## existing in the dfmeta package.
data("Toxdata")
dim(Toxdata)
colnames(Toxdata)
## NOTE: The toxicity dataset must have the same structure as below. ##
## Check it before running the VarWT function! ##
str(Toxdata)
#################################
## Running the VarWT function! ##
#################################
WT <- VarWT(Toxdata)
######### If we want to save the result in a text file ###########
####### we need to give a name in the argument "saveName" ########
WT <- VarWT(Toxdata, tempdir())
# }
Run the code above in your browser using DataLab