default_LoF | R Documentation |
Creates a default List of Functions for use with regressor()
.
default_LoF(x)
x |
Object with |
Returns a named list with each element giving the regressor functions for that level.
Robin K. S. Hankin
regressor
data(mtoys)
default_LoF(toy_mm) # note list names == levels(toy_mm)
regressor(toy_mm) # use default
regressor(toy_mm , toy_LoF) # use a bespoke set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.