x | R Documentation |
x x
iter |
Number of iterations |
fun |
Function to evaluate with |
alpha |
Bootstrap interval value (95 \itemlfunThe function to use (binomial, poisson, etc) \itemxVector of values \itemparamParameter to calculate (prob, theta, lambda, etc) \item...Additional arguments, if needed |
Provides a histogram of sample evaluation using requested function
Provides index values for different variables, and a graph illustrating the maximum likelihood value Title
mymaxlik ## Not run: myboot2(iter=10000,sam,fun="mean",alpha=0.30,cx=1.5) ## Not run: mymaxlik(x = c(3, 3, 4, 3, 4, 5, 5, 4), param = seq(0, 1, length = 1000), lfun = function(x, param) log(dbinom(x,prob=param,size=10)), xlab = expression(pi), main = "Binomial, n = 20") datasets
An object of class NULL
of length 0.
An object of class NULL
of length 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.