From 30266d9b17ea226762db36086c8740714939f74f Mon Sep 17 00:00:00 2001 From: kdoub5ha Date: Mon, 30 Jan 2017 22:06:44 -0700 Subject: [PATCH] Update rdat.Rd --- man/rdat.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/rdat.Rd b/man/rdat.Rd index 391c5fd..14b3b8f 100755 --- a/man/rdat.Rd +++ b/man/rdat.Rd @@ -8,7 +8,7 @@ If depth=1, then subgrp=(x1<=cut1) If depth!=1 then subgrp=(x1>=0.3 & x3>=0.1)} \usage{ rdat(n = 100, K = 50, beta1 = 2, beta2 = 2, sigma = 1, cut1 = 0.5, - cut2 = 0.5, depth = 1) + cut2 = 0.5, cut3 = 0.3, cut4 = 0.1, depth = 1) } \arguments{ \item{n}{size of the dataset to be generate. Defaults to 100.} @@ -40,3 +40,4 @@ This generates a dataframe with 500 observations, X1 as the only variable intera the treatment, and a signal to noise ratio of 2/2=1. } +