Re: [R] add outlier in data set

2016-09-19 Thread John Dougherty
On Mon, 19 Sep 2016 12:25:08 + "Muhammad Kashif" wrote: > Dear Ellison > > yes its working but if i want to replaced the any value in the the > output . e.g i want to replace 0.65 with 10. then what i do > Save the data as a CSV file. Edit the file with a basic ascii

Re: [R] add outlier in data set

2016-09-19 Thread S Ellison
> yes its working but if i want to replaced the any value in the the output . > e.g i > want to replace 0.65 with 10. then what i do Read "An introduction to R" in your R help system (help.start() if you cannot find the menu item). Section 2 and particularly 2.7 is essential reading for what

Re: [R] add outlier in data set

2016-09-19 Thread PIKAL Petr
Hi > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of > Muhammad Kashif > Sent: Monday, September 19, 2016 2:25 PM > To: S Ellison <s.elli...@lgcgroup.com>; r-help@r-project.org > Subject: Re: [R] add outlier in data set >

Re: [R] add outlier in data set

2016-09-19 Thread Muhammad Kashif
Dear Ellison yes its working but if i want to replaced the any value in the the output . e.g i want to replace 0.65 with 10. then what i do From: S Ellison Sent: Monday, September 19, 2016 5:15:20 PM To: Muhammad Kashif;

Re: [R] add outlier in data set

2016-09-19 Thread S Ellison
> I have one question that how we add one or more outliers in the data set. See ?c to add values to a vector. S Ellison *** This email and any attachments are confidential. Any use...{{dropped:8}}

[R] add outlier in data set

2016-09-19 Thread Muhammad Kashif
dear r users I have one question that how we add one or more outliers in the data set. For example if we generate data set from Weibull distribution using function n=10 k<-rweibull(n, shape=2.5, scale = 1.3) k the output is > k [1] 0.6507619 0.6229385 1.6838931 1.1661324 0.4907947 1.341