get_trend_pnames: Get parameter types from trend object

View source: R/trend.R

get_trend_pnamesR Documentation

Get parameter types from trend object

Description

Get parameter types from trend object

Usage

get_trend_pnames(trend)

Arguments

trend

A trend object created by make_trend()

Value

A character vector of parameter names used in the trend

Examples

trend <- make_trend(par_names = "v", cov_names = "trial", kernels = "exp_incr")
get_trend_pnames(trend)


EMC2 documentation built on Dec. 2, 2025, 9:06 a.m.