Displaying 4 results from an estimated 4 matches for "nassp".
Did you mean:
assp
2005 Aug 04
2
Using nonlinear regression
...o figure out how to use the nonlinear regression to
fit the cumulative lognormal distribution to a number of data points I have
but I am a new R user and I cant quite decipher the notes on nonlinear
regression. Any help in this regard will be greatly appreciated, my email
address is mmiller at nassp.uct.ac.za
2005 Nov 17
1
Fitdistr()
When using fitdistr() with the exponential, log-normal and beta distributions,
you get the relevent rate, mean, standard deviation, shape1 and shape2 but
you get a number bellow those that are in () and I was wandering what exactly
those numbers represent and how they relate to the data.
Many thanks
Mark Miller
2005 Nov 02
5
Distribution fitting problem
I am using the MASS library function
fitdistr(x, dpois, list(lambda=2))
but I get
Error in optim(start, mylogfn, x = x, hessian = TRUE, ...) :
Function cannot be evaluated at initial parameters
In addition: There were 50 or more warnings (use warnings() to see the first
50)
and all the first 50 warnings say
1: non-integer x = 1.452222
etc
Can anyone tell me what I am doing
2005 Nov 07
2
Scale of plots
I would like to know how I can change the axis to run from 0 to 50 say,
instead of the 0 to 200 it gives me.
Many thanks
Mark Miller