[R] boxcox transformations

2013-12-12 Thread Yogendra
Hi,
I am new to R.
I need help with regards to box cox transformation.
I have phenotypic data for e.g. plant height.
data is non-normal. Skewness is 0.34.

Could you please help me?

Regards,
Yogi




--
View this message in context: 
http://r.789695.n4.nabble.com/boxcox-transformations-tp4682077.html
Sent from the R help mailing list archive at Nabble.com.
[[alternative HTML version deleted]]

__
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] Weibull Distribution

2012-02-09 Thread Yogendra
Hi,

I want to estimate parameter of weibull distribution using mle for below
density function,
The PDF is,
f(x) = b a^-b x^(b-1)  exp -(x/a)^b  

In R ,density of the weibull distribution is,
f(x) = (a/b) (x/b)^(a-1) exp(- (x/b)^a)

which is different from my density,

I trying to estimate mle parmeter from R using fitdistr and fitdist
functions.
Can anyone tell me whatever parameter estimated from R are correct for my
density function or not?

Thanks 
Yogendra

--
View this message in context: 
http://r.789695.n4.nabble.com/Weibull-Distribution-tp4373016p4373016.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.