Re: [R] Gamma Lognormal Model

2010-12-28 Thread Michael Dewey

At 20:08 27/12/2010, Louisa wrote:


Dear,

I'm very new to R Gui and I have to make an assignment on Gamma Regressions.
Surfing on the web doesn't help me very much so i hope this forum may be a
step forward.


Well since you are so honest about it being homework try Googling for
lognormal gamma regression
The top hit from where I am sitting is an extensive set of notes with 
examples in R although beware the use of _ for -




The question sounds as follows:
The data set is in the library MASS
first install library(MASS)
then type data(mammals)
attach(mammals)


At this point you should complain that you are being taught poor 
practice as it is nearly always better to use the data= parameter and 
not attach data frames.



Assignment:
Fit the gamma model and lognormal model for the mammals data.

I appreciate any help you can provide.

Best Wishes,
Louisa

--
View this message in context: 
http://r.789695.n4.nabble.com/Gamma-Lognormal-Model-tp3165408p3165408.html

Sent from the R help mailing list archive at Nabble.com.


Michael Dewey
http://www.aghmed.fsnet.co.uk

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Gamma Lognormal Model

2010-12-28 Thread Louisa

Thank you Michael!
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Gamma-Lognormal-Model-tp3165408p3166318.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Gamma Lognormal Model

2010-12-27 Thread Louisa

Dear, 

I'm very new to R Gui and I have to make an assignment on Gamma Regressions. 
Surfing on the web doesn't help me very much so i hope this forum may be a
step forward. 

The question sounds as follows: 
The data set is in the library MASS
first install library(MASS)
then type data(mammals)
attach(mammals)

Assignment: 
Fit the gamma model and lognormal model for the mammals data. 

I appreciate any help you can provide. 

Best Wishes,
Louisa 

-- 
View this message in context: 
http://r.789695.n4.nabble.com/Gamma-Lognormal-Model-tp3165408p3165408.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Gamma Lognormal Model

2010-12-27 Thread Duncan Murdoch

On 10-12-27 3:08 PM, Louisa wrote:


Dear,

I'm very new to R Gui and I have to make an assignment on Gamma Regressions.
Surfing on the web doesn't help me very much so i hope this forum may be a
step forward.


This forum isn't for homework.  You should ask your instructor for help.

Duncan Murdoch



The question sounds as follows:
The data set is in the library MASS
first install library(MASS)
then type data(mammals)
attach(mammals)

Assignment:
Fit the gamma model and lognormal model for the mammals data.

I appreciate any help you can provide.

Best Wishes,
Louisa



__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.