Description Usage Arguments Examples
Asssess expected learning from a host of strategies.
1 2 3 4 | pt_strategies(model, ops, query, m_W = 1, m_K = 1,
n = length(model$var_names), possible_Ws = possible_W(n, m_W),
possible_Ks = possible_K(n, m_K), sims = 2000, round = 2,
Rsq = FALSE, f = var, U = NULL, symbol_unknown = "?")
|
model |
a fitted pt model |
m_w |
Number of Ws to look at |
m_k |
Number of Ks to look at |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.