dev:r

Differences

This shows you the differences between two versions of the page.


Previous revision
dev:r [2023/03/25 17:57] (current) Henrik Yllemo
Line 1: Line 1:
 +<button type="primary" size="xs" icon="glyphicon glyphicon-bookmark">[[programming_lagugages| Programming Language]]</button> 
 +====== R ======
  
 +R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing
 +
 +<data programminglanguage>
 +Full Name:  Foundation for Statistical Computing
 +Short Name: R
 +Description:  Free software environment for statistical computing and graphics supported
 +Company: R Foundation
 +Web: No
 +Mobile: No
 +Enterprise: Yes
 +Embedded : No
 +</data>
 +
 +<accordion>
 +<panel title='What is R?'>
 +R is a programming language and software environment used for statistical computing and graphics. It is open source and free to use, and is widely used in academia, government, and industry.
 +</panel><panel title='What are some advantages of using R?'>
 +Some advantages of using R include its flexibility, powerful statistical and graphical capabilities, and large and active community of developers. It also has a large number of packages available for a wide range of tasks, and is highly customizable.
 +</panel><panel title='What is the difference between R and other statistical software such as SAS and SPSS?'>
 +R is open source and free to use, while SAS and SPSS are proprietary software that require a license. R also has a larger and more active community of developers, and is highly customizable. However, SAS and SPSS may have better performance and stability in certain situations.
 +</panel><panel title='What are packages in R?'>
 +Packages in R are collections of functions, data, and documentation that extend the capabilities of the base R system. They are typically created by developers and made available for others to use.
 +</panel><panel title='What is tidyverse in R?'>
 +Tidyverse is a collection of R packages designed for data science and data visualization. It includes packages such as ggplot2 for data visualization, dplyr for data manipulation, and tidyr for data tidying.
 +</panel><panel title='What is a data frame in R?'>
 +A data frame in R is a two-dimensional table-like data structure, with rows representing observations and columns representing variables. It is one of the most commonly used data structures in R, and is often used for data analysis and modeling.
 +</panel><panel title='What is a function in R?'>
 +A function in R is a block of code that performs a specific task and can be called from other parts of a program. Functions in R can have input parameters and return values, and are often used for tasks such as data manipulation, modeling, and visualization.
 +</panel></accordion>
 +
 +
 +{{wp>R_(programming_language)}}
 +<jumbotron>
 +===== Hello World =====
 +
 +<sxh >
 +print('Hello, world!')
 +</sxh>
 +<WRAP column right><wrap lo>Source: [[https://en.wikibooks.org/wiki/Computer_Programming/Hello_world|Wikibooks]]</wrap></WRAP>
 +</jumbotron>
 + 
 +
 +
 +
 +
 +See also: [[dev:programming_lagugages]]
 +
 +{{tag>programminglanguage}}