- Write RCpp function for the hazard rate i.e. kappa and wrap it inside PHI_mult().
- Write RCpp function for the upper bound of kappa and wrap it inside M_mult().
- Rcpp::sourceCpp('file_name.cpp') in the R environment.
- Make a call to convert_to_dataframe() to create the ReScaLE skeleton.
- Then specify a time mesh.
- Make a call to skeleton_at_given_mesh() with relevant arguments.
See menarche_rescale_runs.R for a logistic regression model on the Menarche data.