search for: mibeta

Displaying 1 result from an estimated 1 matches for "mibeta".

Did you mean: xibeta
2013 Apr 12
1
A strange behaviour in the graphical function "curve"
...er vector(transf. from lasZ) NewZ <- Txz(lasX, sigma_M, mu) # A new vector:transf. from lasX # And the result is a single value: pnorm(NewZ[2]) - pnorm(NewZ[1]) } # Now, let's have a function of a single argument, giving # particular values to all other arguments; so miBeta depends # only on the value of the argument 'mu' miBeta <- function(mu) BetaG(mu, 0.05, 36, 48, 400) # I can call this function with 420 and it works miBeta(420) # But when the time comes to plot the function, it doesn't work curve(miBeta,xlim=c(370,430), xlab=&qu...