1 |
... |
1 2 3 4 5 6 7 8 9 10 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (...)
{
UseMethod("cell")
help <- "\n See help for car::confidence.ellipse.lm\n except that 'cell' returns the points to form the ellipse\n which must be plotted with plot(...,type='l') or lines(...)\n -- Use dfn to determine Sheffe dimension, i.e. dfn = 1 to generate ordinary CIs, dfn = 2 for 2-dim CE, etc.\n -- TODO: extend to 3 dimensions if which.coef has length 3\n "
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.