adae_scaff_recipe | R Documentation |
Subject Level Dataset
adae_scaff_recipe adae_tbl_recipe adaette_scaff_recipe adaette_tbl_recipe adcm_scaff_recipe adcm_tbl_recipe adae_scaff(n, .db, .df) adeg_scaff_recipe adeg_tbl_recipe adsl_tbl_recipe tte_scaff_recipe tte_tbl_recipe
n |
numeric(1). Number of observations to generate. Ignored if |
.db |
list. Named list of data.frames for use in function when scaffolding |
.df |
data.frame. Partially generated data table to build upon |
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1 rows and 4 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 5 rows and 5 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1 rows and 4 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1 rows and 5 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1 rows and 4 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 3 rows and 4 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1 rows and 7 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 18 rows and 4 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 18 rows and 4 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 1 rows and 7 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 3 rows and 4 columns.
This particular recipe implements a simple generic ADSL dataset.
adsl <- gen_table_data(N = 10, adsl_tbl_recipe) adae <- gen_reljoin_table(adae_scaff_recipe, adae_tbl_recipe, db = list(ADSL = adsl)) adtte <- gen_reljoin_table(tte_scaff_recipe, tte_tbl_recipe, db = list(ADSL = adsl)) adaette <- gen_reljoin_table(adaette_scaff_recipe, adaette_tbl_recipe, db = list(ADSL = adsl, ADAE = adae)) #TODO adcm <- gen_reljoin_table(acdm_scaff_recipe, adcm_tbl_recipe, db = list(ADSL = adsl))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.