vin
> To: "r-help@r-project.org"
> Subject: [R] R-Help: Censoring data
> Message-ID:
> <1334314483.27693.yahoomail...@web65408.mail.ac4.yahoo.com>
> Content-Type: text/plain; charset=iso-8859-1
>
> Hello,
> ?I want to estimate weibull parameters with
Hello,
I want to estimate weibull parameters with 30% censored data. I have below the
code for the censoring
but how it must be put into the likelihood equation to obtain the desire
estimate is where i have a problem with,
can some body help?
My likelihood equation is for a random type-I cens
On Apr 10, 2012, at 11:48 PM, Christopher Kelvin wrote:
Hello,
I wish to censor 10% of my sample units of 50 from a Weibull
distribution. Below is the code for it.
I will need to know whether what i have done is correct and if not,
can i have any suggestion to improve it?
Thank you
p=2;b
Hello,
I wish to censor 10% of my sample units of 50 from a Weibull distribution.
Below is the code for it.
I will need to know whether what i have done is correct and if not, can i have
any suggestion to improve it?
Thank you
p=2;b=120
n=50
r=45
t<-rweibull(r,shape=p,scale=b)
meantrue<-gamma(
4 matches
Mail list logo