Displaying 3 results from an estimated 3 matches for "inutili".
Did you mean:
inutilis
2011 Dec 08
4
profile likelihood
...it based
on Poisson process :
fit<-fpot(data, threshold, model="pp", npp=365).
But when I call "profile(fit)", I obtain the following error (even if I
precise others arguments of the function) :
[1] "profiling loc"
Erreur dans nlpot(p[1], p[2], ...) :
argument(s) inutilis?(s) (loc = 9.58435562072)
I don't understand what is unused and why. From where does this error come
from? If someone could help me it would be nice...!
--
View this message in context: http://r.789695.n4.nabble.com/profile-likelihood-tp4173930p4173930.html
Sent from the R help mailing list...
2010 Jan 19
3
question on plot in R with mac
--------------------------------------------------------------------------
Hello all
My computer is MacBook and I want to draw a plot in R, for example for
x <- c(1,3,6,9,12)
y <- c(1.5,2,7,8,15)
I use this command plot(x,y).
but it dosn't work.
Could you please help me?
thank you
khazaei
2011 Apr 29
3
Change the text size of the title in a legend of a R plot.
...t", legend=legtext,col=col,text.col=col,lwd=lwd,
lty=lty,cex=1.1,ncol=3,title = "Horizons",title.col ="black",title.cex=1.4)
gives the following error (sorry in french):
Erreur dans legend("topleft", legend = legtext, col = col, text.col =
col, :
argument(s) inutilis?(s) (title.cex = 1.4)
saying title.cex argument as been ignored.
Thank you for helping.
Victor