| get_trend_pnames | R Documentation |
Get parameter types from trend object
get_trend_pnames(trend)
trend |
A trend object created by make_trend() |
A character vector of parameter names used in the trend
trend <- make_trend(par_names = "v", cov_names = "trial", kernels = "exp_incr")
get_trend_pnames(trend)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.