1 | EstimateV.3PG(N, Ww)
|
N |
|
Ww |
1 2 3 4 5 6 7 8 9 10 11 12 | ##---- 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 (N, Ww)
{
k <- 2.3415 + 0.1049 * N/1000
a <- 0.9378 - 0.00438 * N/1000
V <- k * Ww^a
return(V)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.