portal | R Documentation |
These functions are the same as class$instantiate
.
vi_model(..., env = new.env(parent = parent.frame()), init_call = sys.call())
cubic_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
simple_cubic_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
quartic_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
poly_model(..., env = new.env(parent = parent.frame()), init_call = sys.call())
heter_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
ar1_model(..., env = new.env(parent = parent.frame()), init_call = sys.call())
non_normal_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
phn_model(..., env = new.env(parent = parent.frame()), init_call = sys.call())
... |
Arguments passed to |
env |
Environment. The instance environment. |
init_call |
Call. Contents of the |
vi_model()
: VI_MODEL
cubic_model()
: CUBIC_MODEL
simple_cubic_model()
: SIMPLE_CUBIC_MODEL
quartic_model()
: QUARTIC_MODEL
poly_model()
: POLY_MODEL
heter_model()
: HETER_MODEL
ar1_model()
: AR1_MODEL
non_normal_model()
: NON_NORMAL_MODEL
phn_model()
: PHN_MODEL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.