sys_sleep()
function added as a wrapper around Sys.sleep()
for sleeping with a progress bar.scale_*_comma()
functions now include a parameter for accuracy
.theme_rieke()
now uses a lighter/less intrusive grid.condition_gaussian_process()
no longer throws an error when supplied single values for x
and y
.standardize()
function added for centering and scaling values. theme_rieke()
now correctly applies markdown formatting to axis text.theme_rieke()
now defaults to Playfair Display as the title family.cov_rational()
cov_periodic()
cov_linear()
cov_noise()
Per #22, I'm moving functions that are specific for manipulating Qualtrics survey data for Memorial Hermann into their own package, {heRmann}
.
The following functions from riekelib 0.2.0 have been moved:
fetch_surveys()
deduplicate_ip()
fix_survey_names()
rnps()
qnps()
The following functions were available in riekelib 0.2.0.9000 as of 8/22/23, but were removed on 8/23/23.
set_recode_path()
read_recodes()
fix_campus_names()
cholesky_decompose()
: generate the lower triangular Cholesky decomposition of
a matrix (consistent with Stan's implementation).cov_exp_quad()
: generate a covariance matrix using the exponentiated
quadratic kernel.condition_gaussian_process()
: generate new draws from a multivariate normal
distribution by conditioning on a Gaussian Process.scale_xy_percent()
, scale_x_percent()
, and scale_y_percent()
provide
shortcuts for formatting axis labels with scales::label_percent()
.scale_xy_comma()
, scale_x_comma()
, and scale_y_comma()
provide shortcuts
for formatting axis labels with scales::label_comma()
. ggquicksave()
now uses ragg by default.theme_rieke()
now uses the fonts Tiempos Text and IBM Plex Sans for the
title and other text, respectively, by default..data
pronoun from
rlang. This removes the need for globals.R
. A collection of functions I use regularly:
logit()
, expit()
softmax()
beta_interval()
, normal_interval()
arrange_vector()
percent()
theme_rieke()
ggquicksave()
color_text()
fetch_surveys()
fix_survey_names()
deduplicate_ip()
rnps()
, qnps()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.