-
Click on the stack + button (top right corner).
-
Add a
palmer_penguinsblock. You may search in the list. -
Add a new
filter_blockselecting sex as column and female as value . Click on run. -
Add a new
ggplot_block. Select x and y wizely. -
Add a new
geompoint_block. You may change shape and color . - You can remove and re-add blocks as you like ...
- Export the stack code and try to run it.
-
Click on the + stack button (top right corner).
-
Add a
customdata_blockwith demo as selected dataset. -
Add a
ggplot_blockwith AGE as variable for the x axis. -
Add a
geomhistogram_block. You can change the parameters. -
Add a
labs_blockwithtitle = 'Distribution of Age'x = 'Age (Years)'andy = 'Count'as settings. -
Add a
theme_block. -
Add a
scalefillbrewer_block.
-
Click on Add stack . From the new stack: click on + to add a new
result_block. -
Add a new
filter_blockselecting sex as column and female as value . Click on run. - Notice how the result block of the second stack changes.
-
Add a new
ggplot_block. Select x and y wizely. -
Add a new
geompoint_block. You may change shape and color .
-
Click on Add stack . From the new stack: click on + to add a new
customdata_blockwith lab as selected data. -
Click on Add stack . From the new stack: click on + to add a new
customdata_blockwith demo as selected data. -
Add a new
join_blockselecting lab_data as Stack and inner as type and c('STUDYID', 'USUBJID') as by . Click on run.
-
Click on Add stack then add a
result_blockselecting the 'hb_data' stack. -
Add a
ggplot_blockwithx = 'VISITandy = 'Meanas aesthetics. -
Add a
geompoint_blockwithfunc = c('color', 'shape')and ACTARM as variable for each aesthetic. -
Add a
geomerrorbar_blockwithymin = yminymax = ymaxandcolor = ACTARM. -
Add a
geomline_blockwithgroup = ACTARMandcolor = ACTARM. -
Add a
labs_blockwithtitle = 'Mean and SD of Hemoglobin by Visit'x = 'Visit Label'andy = 'Hemoglobin (g/dL)'. -
Add a
theme_block.