Skip to main content

Posts

Showing posts with the label training R Programming

🗓

Training ANALYZING BIG DATA WITH MICROSOFT R

Purnama Academy Training Syllabus - 0838.0838.0001 ANALYZING BIG DATA WITH MICROSOFT R Duration :   3 Hari (09.00 – 16.00) Desciptions : The open-source programming language R has for a long time been popular (particularly in academia) for data processing and statistical analysis. Among R's strengths are that it's a succinct programming language and has an extensive repository of third party libraries for performing all kinds of analyses. Together, these two features make it possible for a data scientist to very quickly go from raw data to summaries, charts, and even full-blown reports. However, one deficiency with R is that traditionally it uses a lot of memory, both because it needs to load a copy of the data in its entirety as a data.frame object, and also because processing the data often involves making further copies (sometimes referred to as copy-on-modify). ...