search for: a2f

Displaying 3 results from an estimated 3 matches for "a2f".

Did you mean: a2
2010 Oct 17
0
R 2.12 How many downloads
...fic R version by counting the number of downloads through log/ analytics software like GA etc? If so- can we see some numbers Ajay Websites- http://decisionstats.com http://dudeofdata.com Linkedin- www.linkedin.com/in/ajayohri <https://emailoracle.com/opt_out/?image_uuid=5c3f9e5a-c6f3-a2fe-2a68-409a37161c77> On Sun, Oct 17, 2010 at 11:48 PM, Paulo Barata <pbarata@infolink.com.br>wrote: > > Dear R-list members, > > I have just downloaded R 2.12.0 for Windows. When installing, > my antivirus software detected some malware during the > installation process....
2019 Apr 08
2
Student Introduction
This might be a little late but I was engaged in my university examinations. Moreover, I have an exam even today so apologies for the delay. Also, I had to change my project from weighting schemes to improve to improve estimated total number of results as weighting schemes was demanding a lot of time going through it. I would really appreciate if you could review my proposal asap.
2023 Mar 04
3
Augment base::replace(x, list, value) to allow list= to be a predicate?
Dear All, Currently, list= in base::replace(x, list, value) has to be an index vector. For me, at least, the most common use case is for list= to be some simple property of elements of x, e.g., x <- c(1,2,NA,3) replace(x, is.na(x), 0) Particularly when using R pipes, which don't allow multiple substitutions, it would simplify many of such cases if list= could be a function that returns