dsp_spec | R Documentation |
Method for creating dsp specification object prior to fitting.
Method for printing basic information about the model specification
dsp_spec(family, model, ...)
## S3 method for class 'dsp_spec'
print(x, ...)
family |
A character string specifying the model family. Must be one of:
|
model |
A character string specifying the model type:
|
... |
currently not used |
x |
object of class dsp_spec from |
A list containing the model specification.
model_spec <- dsp_spec(family = "gaussian",
model = "changepoint")
print(model_spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.