Displaying 3 results from an estimated 3 matches for "logno".
Did you mean:
lognot
2012 Feb 22
3
gamlss results for EXP and LNO seem to have reversed AIC scores
Hi,
I'm a bit puzzled by the gamlss fitting of exponential and lognormal data.
Gamlss seems to think that exponentially distributed data fits better with a
lognormal distribution, and vice versa.
For example,
X <- rexp(1000)
Gexp <- gamlss(X~1,family=EXP) # X~1 is X tilde 1
GAMLSS-RS iteration 1: Global Deviance = 2037.825
GAMLSS-RS iteration 2: Global...
2013 Jan 23
1
How to extract values of results in gamlss.tr
...stribution to this data which is Truncated at 1000000.
dat = c(1333834,5710254,9987567,7809469,6940935,3473671,1270209,1102523,1124002, 5830159,4302300,3925242,2638409,2324421,7238436,9088709,7439250,4976551,4864319, 8741334,1863770,7098310,4942288,4971829,4986372)
library(gamlss.tr)
gen.trun(5, LOGNO)
result <- gamlss(dat~1, family=LOGNOtr)
# THIS GIVES
> result
Family: c("LOGNOtr", "left truncated Log Normal")
Fitting method: RS()
Call: gamlss(formula = dat ~ 1, family = LOGNOtr)
Mu Coefficients:
(Intercept)
15.23
Sigma Coefficients:
(Intercept)...
2011 Jan 28
1
survreg 3-way interaction
> I was wondering why survreg (in survival package) can not handle
> three-way interactions. I have an AFT .....
You have given us no data to diagnose your problem. What do you mean
by "cannot handle" -- does the package print a message "no 3 way
interactions", gives wrong answers, your laptop catches on fire when you
run it, ....?
Also, make sure you read