response_name | R Documentation |
bamlss.frame
object.
This is a small helper function to quickly extract the response name(s) of an object of
class "bamlss.frame"
or "bamlss"
.
response_name(object, ...)
object |
An object of class |
... |
Not used. |
bamlss
, bamlss.frame
## Simulate some data.
d <- GAMart()
## Create a bamlss.frame.
bf <- bamlss.frame(num ~ s(x1) + s(x2) + s(x3), data = d)
## Extract the response name.
response_name(bf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.