Releases: JessLGraves/RAR
Releases · JessLGraves/RAR
v2.0
This release includes significant changes to function names, function parameters, and contents. Please see the manual.pdf for specific changes. Below is a brief summary of these changes.
- Primary function
RAR_ExCosine()
from v1.0 is now changed toRAR()
- Plotting functions are separate from primary functions. For example, use
RAR_plot()
to plot output fromRAR()
. - Main functions now handle datasets with multiple subjects. For example, by specifying
id_column
inRAR(df, act_column, time_column, transform = c("antilogit", "arctan", "hill"), id_column=id)
whereid
is the ID column name ofdf
. - Plotting functions also can visualize output from multiple subjects by specifying which
id_vals
to visualize. For exampleRAR_plot(rar_output, predicted=c(TRUE, FALSE), id_vals=c("1", "29")
, where "1" and "29" are specific ID values withinid_column
=id
.
v1.0
First released 2018