| sample_balance_init | R Documentation | 
Initialize sample balancing process.
sample_balance_init(data = data, targ = targ, out = NULL)
data | 
 Data.  | 
targ | 
 An excel spreadsheet which contains targs information.  | 
out | 
 Output targs into plain text file. If NULL, no output.  | 
The targlist.
data <- read_sav("OnlineWgts.sav")
targ <- read.xlsx("targ.xlsx")
results <- sample_balance_init(data=data, targ=targ, out="targs.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.