knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
simulater
is an R
-package that allows users to generated realistic functional
dataset. The simulated data can be irregularly sampled. It is based on an
estimation of the mean, covariance and noise functions of the real data.
To install the latest version directly from GitHub, please use
# install.packages("devtools") devtools::install_github("StevenGolovkine/simulater")
To build the vignette as well, please use
# install.packages("devtools") devtools::install_github("StevenGolovkine/simulater", build_vignettes = TRUE)
The simulater
package depends on the R
-packages fdapace
, glmnet
, magrittr
,
mgcv
,
MASS
and
purrr
.
Please use GitHub issues for reporting bugs or issues.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.