getvar | R Documentation |
This is an accessor function for retrieving the numeric value of the variance
from a skrmdb object object generated by ReedMuench
, SpearKarb
,
or DragBehr
.
getvar(x)
x |
class skrmdb. |
the estimated variance.
temp <- DragBehr(y = c(0, 3, 5, 8, 10, 10), n = rep(10, 6), x = 1:6)
getvar(temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.