Skip to main content

Home/ foe_2013/ Group items tagged package

Rss Feed Group items tagged

Rafa Llopis

R aplicado a la psicología - 0 views

  • What makes R particularly powerful is that statisticians and statistically minded people around the world have contributed packages to the R Group and maintain a very active news group offering suggestions and help. The growing collection of packages and the ease with which they interact with each other and the core R is perhaps the greatest advantage of R
    • Rafa Llopis
       
      Esta web afirma que la mejor ventaja del lenguaje R es que es una comunidad abierta y que mejora constantemente.
  • Using R in 12 simple steps for personality research (These steps are not meant to limit what can be done with R, but merely to describe how to do the analysis for the most basic of research projects and to give a first experience with R). Install R on your computer or go to a machine that has it. Download the psych package as well as other recommended packages from CRAN using the install.packages function, or using the package installer in the GUI. To get packages recommended for a particular research field, use the ctv package to install a particular task view. Note, these first two steps need to be done only once! Activate the psych package or other desired packages using e.g., library(psych). This needs to be done every time you start R. Or, it is possible to modify the startup parameters for R so that certain libraries are loaded automatically. Enter your data using a text editor and save as a text file (perhaps comma delimited if using a spreadsheet program such as Excel or OpenOffice) Read the data file or copy and paste from the clipboard (using, e.g., read.clipboard). Find basic descriptive statistics (e.g., means, standard deviations, minimum and maxima) using describe. Prepare a simple descriptive graph (e.g, a box plot) of your variables. Find the correlation matrix to give an overview of relationships (if the number is not too great, a scatter plot matrix or SPLOM plot is very useful, this can be done with pairs.panels. If you have an experimental variable, do the appropriate multiple regression using stan- dardized or at least zero centered scores. If you want to do a factor analysis or principal components analysis, use the factanal or fa and principal function To score items and create a scale and find various reliability estimates, use score.items and perhaps omega. Graph the results.
    • Rafa Llopis
       
      Uso del lenguaje R para estudios psicológicos.
Enrique Diaz Romero

R Package for Data Mining - RDataMining.com: R and Data Mining - 0 views

  • The package will provide various functionalities for data mining, with contributions from many R users. 
  • To forester the development of data mining capability in R and facilitate sharing of data mining codes/functions/algorithms among R users
  • Function authors will be acknowledged as authors of corresponding functions in help documentation and manual of the package
  • ...8 more annotations...
  • Function authors will be responsible for the development, maintenance and documentation of their contributed functions
  • It is far beyond the capability of a single team, even several teams
  • Data Exploration
  • Decision Trees
  • Association Rules
  • Text Mining
  • R and Data Mining: Examples and Case Studies
    • Enrique Diaz Romero
       
      Ejemplo de paquete para la minería de Datos: rdatamining.com, se encarga de la recolección de algoritmos y funciones de DataMining en R para la confección de un gran paquete que incluya todos estos, ya que muchas veces se realizan numerosos algoritmos, pero no se comparten al  no crear paquetes para solo un algoritmo. Ademas, mantiene la propiedad del creador del algoritmo permitiendo eliminar este del paquete cuando quiera y abandonar el proyecto. Como ejemplos podemos ver, la exploración de datos, los arboles de decisiones, agrupaciones jerarquicas, text mining, ect Ademas cuenta con un gran numero de libros.
  •  
    Paquete de R para Data Mining, información y objetivo
nerub val

R FAQ - 0 views

  • The “Comprehensive R Archive Network” (CRAN) is a collection of sites which carry identical material, consisting of the R distribution(s), the contributed extensions, documentation for R, and binaries
  • he CRAN master site at TU Wien, Austria, can be found at the URL http://cran.R-project.org/ Daily mirrors are available at URLs including
  • R is a system for statistical computation and graphics
  • ...27 more annotations...
  • s very similar in appearance to S, the underlying implementation and semantics are derived from Scheme
  • antics are derive
  • mantics are derived
  • It is possible for the user to interface to procedures written in the C, C++, or FORTRAN languages for efficiency.
  • R was initially written by Ross Ihaka and Robert Gentleman
  • Since mid-1997 there has been a core group (the “R Core Team”) who can modify the R source code archive. The group currently consists of Doug Bates, John Chambers, Peter Dalgaard, Robert Gentleman, Kurt Hornik, Stefano Iacus, Ross Ihaka, Friedrich Leisch, Thomas Lumley, Martin Maechler, Duncan Murdoch, Paul Murrell, Martyn Plummer, Brian Ripley, Duncan Temple Lang, Luke Tierney, and Simon Urbanek.
  • R is being developed for the Unix, Windows and Mac
    • nerub val
       
      funciona en mac windows y unix
    • nerub val
       
      creadores del lenguaje c
    • nerub val
       
      colaboradores en el desarrollo asta 1997
  • Sources, binaries and documentation for R can be obtained via CRAN, the “Comprehensive R Archive Network” (see What is CRAN?)
  • How can R be installed (Macintosh) Next: How can R be installed (Windows), Previous: How can R be installed?, Up: How can R be installed?
    • nerub val
       
      como instalarlo en linux windows y mac
  • Printed copies of the R reference manual for some version(s) are available from Network Theory Ltd, at http://www.network-theory.co.uk/R/base/. For each set of manuals sold, the publisher donates USD 10 to the R Foundation (see What is the R Foundation?).
    • nerub val
       
      manual de referencia de r
    • nerub val
       
      publicado en papel
  • The R distribution also comes with the following manuals. “An Introduction to R” (R-intro) includes information on data types, programming elements, statistical modeling and graphics. This document is based on the “Notes on S-Plus” by Bill Venables and David Smith. “Writing R Extensions” (R-exts) currently describes the process of creating R add-on packages, writing R documentation, R's system and foreign language interfaces, and the R API. “R Data Import/Export” (R-data) is a guide to importing and exporting data to and from R. “The R Language Definition” (R-lang), a first version of the “Kernighan & Ritchie of R”, explains evaluation, parsing, object oriented programming, computing on the language, and so forth. “R Installation and Administration” (R-admin).
    • nerub val
       
      servidores desde conde descargar diferentes paquetes de r
  • It is the opinion of the R Core Team that one can use R for commercial purposes (e.g., in business or in consulting). The GPL, like all Open Source licenses, permits all and any use of the package. It only restricts distribution of R or of other programs containing code from R. This is made clear in clause 6 (“No Discrimination Against Fields of Endeavor”) of the Open Source Definition:
    • nerub val
       
      r es de libre uso, solo esta restringida su distrubucion.
  • The name is partly based on the (first) names of the first two R authors (Robert Gentleman and Ross Ihaka),
    • nerub val
       
      razon del nombre
  • 3.3.1 Lexical scoping
    • nerub val
       
      a partir de aqui hay especificaciones tecnicas del lexico de r
  • Web Interfaces
    • nerub val
       
      proyectos relacionados con r
  • 5.1 Which add-on packages exist for R?
    • nerub val
       
      a partir de aqui estan muchos de los paquetes y que contienen para r.
LaRuPu upv

Statistical Computing with R: A tutorial - 0 views

  • R is a software package especially suitable for data analysis and graphical representation
  • is not particularly efficient in handling large data sets
  • Students can quickly grasp the role of outliers and influential points in a simple linear regression
    • LuCla EdPa
       
      No es eficiente manejando bases de datos grandes
  • ...9 more annotations...
  • R can be used as an ordinary calculator
    • LuCla EdPa
       
      Fácil manejo, se puede interactuar con expresiones simples
  • > 2 + 3 * 5      # Note the order of operations. > log (10)       # Natural logarithm with base e=2.718282 > 4^2            # 4 raised to the second power > 3/2            # Division > sqrt (16)      # Square root > abs (3-7)      # Absolute value of 3-7 > pi             # The mysterious number > exp(2)         # exponential function > 15 %/% 4       # This is the integer divide operation > # This is a comment line
    • LuCla EdPa
       
      Al igual que Matlab, puede usarse como una potente calculadora
  • x<- log(2.843432) *pi
    • LuCla EdPa
       
      Ejemplos
  • R can handle complex numbers, too.
    • LuCla EdPa
       
      Para fijar valores a variables, usamos '
  • Important note: since there are many built-in functions in R, make sure that the new object names you assign are not already used by the system. A simple way of checking this is to type in the name you want to use. If the system returns an error message telling you that such object is not found, it is safe to use the name. For example, c (for concatenate) is a built-in function used to combine elements so NEVER assign an object to c!
    • LuCla EdPa
       
      También admite el uso de números complejos
  • Character vector:
    • LuCla EdPa
       
      Al igual que en los lenguajes de programación no puedes poner una variable con nombre de función, en R no puedes asignar una variable con nombre de objeto
  • Note that m1*m2 is NOT the usual matrix multiplication. To do the matrix multiplication, you should use %*% operator instead
    • LuCla EdPa
       
      Vectores de caracteres
  • 2.4 Finding roots: a simple example
    • LuCla EdPa
       
      Para multiplicar matrices, usamos %*%
  • R is a software package especially suitable for data analysis and graphical representation. Functions and results of analysis are all stored as objects, allowing easy function modification and model building. R provides the language, tool, and environment in one convenient package. It is very flexible and highly customizable. Excellent graphical tools make R an ideal environment for EDA (Exploratory Data Analysis). Since most high level functions are written in R language itself, you can learn the language by studying the function code.
    • LuCla EdPa
       
      La información que ya hemos adquirido es suficiente para tener una idea del funcionamiento de R, omitimos el resto
  •  
    Ejemplos gráficos y explicación matemática de lo que es capaz de hacer R
  •  
    uso de R para crear estadisticas y graficos en este caso en la industria del automovil.
David Moya

What is R? | inside-R | A Community Site for R - 1 views

    • Carlos Espinosa
       
      R desallorador de análisis estadístico siendo sus principales funciones la manipulación de datos,modelo estadístico y un abanico de funciones del análisis de datos que necesites.R es una comunidad on-line abierta en crecimiento.
    • David Moya
       
      R es usado sobretodo para crear programas que realicen estadisticas, ya que fue creado para ello principalmente. Con el se pueden hacer análisis estadísticos, predicciónes, modelos... Tiene herramientas que permiten usar poco código para programar estas estadisticas y modelos. Además es un proyecto libre por lo que puedes tener acceso al código fuente y mejorarlo. Gracias a esto y a la gran comunidad que tiene, actualmente es de una gran calidad y tiene disponibles varios "add-on packages".
  • Complete data analyses can often be represented in just a few lines of code.
  • ...7 more annotations...
  • R is a programming language: you do data analysis in R by writing scripts and functions in the R programming language. R is a complete, interactive, object-oriented language: designed by statisticians, for statisticians.
  • R is data analysis software: data scientists, statisticians, analysts, quants, and others who need to make sense of data use R for statistical analysis, data visualization, and predictive modeling.
  • R has benefited for over 15 years from the "many-eyes" approach to code improvement, and as a result has an extremely high standard of quality and numerical accuracy.
  • R is an open-source software project
  • you can download and use R for free, but the source code is also open for inspection and modification to anyone who wants to see how the methods and algorithms work under the covers.
  • R is an environment for statistical analysis: Available in the R language are functions for virtually every data manipulation, statistical model, or chart that the data analyst could ever need. Not only are all the "standard" methods available, but because most cutting-edge research in statistics and predictive modeling is done in R, the latest techniques are usually available first in the R system.
  • R was first created by Ross Ihaka and Robert Gentleman at the University of Auckland in 1993, and since then the project leadership has grown to include more than 20 leading statisticians and computer scientists from around the world. In addition, thousands of others have contributed additional functionality to the R language by creating add-on "packages" for use by the 2 million users of R worldwide.
Juanjo Cristian

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

  • R describe it  as a supercharged version of  Microsoft’s Excel
  • R describe it  as a supercharged version of Microsoft’s Excel
  • R describe it  as a supercharged version of Microsoft’s Excel
  • ...26 more annotations...
  • R describe it  as a supercharged version of  Microsoft’s Excel
  • R describe it  as a supercharged version of
  • R describe it  as a supercharged version of  Microsoft’s Excel
  • R describe it  as a supercharged version of  Microsoft’s Excel
  • R describe it  as a supercharged version of  Microsoft’s Excel
  • is particularly useful because it contains a number of built-in mechanisms for organizing data, running calculations on the information and creating graphical representations of data sets.
  • familiar
  • familiar
  • It allows statisticians to do very intricate and complicated analyses without knowing the blood and guts of computing systems.”
  • It is also free.
  • R is an open-source program, and its popularity reflects a shift in the type of software used inside corporations
  • R describe it  as a supercharged version of Microsoft’s Excel
  • R is similar to other programming languages, like C, Java and Perl, in that it helps people perform a wide variety of computing tasks by giving them access to various commands.
  • Excel
  • Microsoft’s
  • version
  • supercharged
  • Some people familiar with R describe it
  • familiar
  • Mr. Gentleman is applying R-based software, called Bioconductor, in work he is doing on computational biology at the Fred Hutchinson Cancer Research Center in Seattle.
  • The popularity of R at universities could threaten SAS Institute, the privately held business software company that specializes in data analysis software. SAS, with more than $2 billion in annual revenue, has been the preferred tool of scholars and corporate managers.
  • Google, for example, taps R for help understanding trends in ad pricing and for illuminating patterns in the search data it collects.
  • Pfizer has created customized packages for R to let its scientists manipulate their own data during nonclinical drug studies rather than send the information off to a statistician.
  • R first appeared in 1996, when the statistics professors Ross Ihaka and Robert Gentleman of the University of Auckland in New Zealand released the code as a free software package.
    • Sébastien Sanchez
       
      Artículo en NYTimes que habla de la creciente implantación del lenguaje de programación R en el ámbito empresarial. Explica como cada vez más, grandes empresas como Google empiezan a emplear este lenguaje de programación para todo tipo de propósitos (investigación comercial, data mining…).
    • Juanjo Cristian
       
      El lenguaje de programación R ha cautivado a gran parte de los analistas de datos debido a su potencial en el ámbito de la estadística especialmente. También es usado por grandes empresas como Google o Bank of America y por estadistas y científicos.
  •  
    Se trata de un artículo del New York Times en el que describe la historia del lenguaje y diferentes empresas que lo utilizan y los usos que le dan, como Google y Pfizer.
David Moya

Carlos Riff Moya - 0 views

    • David Moya
       
      R es al mismo tiempo un programa y un lenguaje de programación, funciona por comandos, dispone de una biblioteca de estadísticas muy amplia y se le pueden añadir más por el sistema de "packages".
    • David Moya
       
      Es un lenguaje objeto, su estructura de base es el vector. Lo que se pretende con este lenguaje es programar técnicas, estadísticas, analisis de datos y "data mining"
  • Il dispose d'une bibliothèque très large de fonctions statistiques
  • ...5 more annotations...
  • Il fonctionne sous la forme d'un interpréteur de commandes.
  • R est à la fois un logiciel de statistique et un langage de programmation.
  • 'il est possible d'en intégrer de nouvelles par le système des "packages"
  • c'est un langage objet, la structure de base est le vecteur, une bibliothèque très riche de fonctions permettant de manipuler ces structures sont disponibles.
  • la plupart des illustrations consisteront à programmer des techniques statistiques, d'analyse de données et de data mining.
Alpha Teleco

Comparison of data analysis packages: R, Matlab, SciPy, Excel, SAS, SPSS, Stata | AI an... - 2 views

  • R Library support; visualization Steep learning curve Yes Finance; Statistics
  • Matlab Elegant matrix support; visualization Expensive; incomplete statistics support No Engineering
  •  
    En esta página web podemos observar una tabla comparativa entre las herramientas de analisis de datos más importantes
practica5 empresas

Quick-R: Home Page - 0 views

shared by practica5 empresas on 29 Apr 13 - Cached
    • practica5 empresas
       
      Es una buena pagina para aprender a programar en R estadisticas avanzadas
  • If you currently use another statistical package, why learn R? It's free! If you are a teacher or a student, the benefits are obvious. It runs on a variety of platforms including Windows, Unix and MacOS. It provides an unparalleled platform for programming new statistical methods in an easy and straightforward manner. It contains advanced statistical routines not yet available in other packages. It has state-of-the-art graphics capabilities.
Pablo David

R-statistics blog - 0 views

  • This particular example would be really easy were we able to use RStudio’s manipulate package. That is only for RStudio users though. Well, not really. There is a simple map available in the gWidgetsWWW2.rapache package that allows us to easily use that specification
    • Pablo David
       
      Se ha inventado una novedosa y muy práctica aplicación para crear páginas web a partir del lenguaje R
  •  
    Hace unos días el blog RStudio anunció Shiny, un nuevo producto para crear fácilmente aplicaciones web interactivas. El API gWidgets tiene el mismo objetivo de hacer que sea fácil para los usuarios de R para crear aplicaciones interactivas.
Enrique Diaz Romero

¿Qué es R? | Omnia sunt Communia! - 0 views

  • Una de sus grandes fortalezas es que puede ser ampliado mediante paquetes que extienden sus funcionalidades.
  • Actualmente hay más de 2860 paquetes publicados con licencias libres y disponibles en un repositorio general (CRAN), y unos 400 paquetes destinados al análisis de genomas (Bioconductor).
  • Los paquetes publicados en CRAN están organizados en lo que denominan “Task Views“, abarcando aplicaciones tales como  Empirical Finance, Computational Econometrics, Social Sciences, Analysis of Ecological and Environmental Data, Official Statistics & Survey Methodology, Chemometrics and Computational Physics, Natural Language Processing, Time Series Analysis
  • ...2 more annotations...
  • En el campo de la visualización de datos destacan especialmente tres paquetes: lattice, latticeExtra y ggplot2.
  • Destacan los paquetes gWidgets (para interfaces de escritorio: ejemplo) y gWidgetsWWW (para interfaces vía web y aplicaciones en un servidor: ejemplo). También hay interfaces ya construidas orientadas hacia el análisis de datos (por ejemplo, latticist, playwith y rattle).
  •  
    Aquí se pueden observar la gran variedad de paquetes, orientados a diferentes tipos de aplicaciones. "Task Views", visualización de datos, interfaces gráficas simplificadas y personalizadas para interfaces web, para aplicaciones en servidores o orientadas hacia análisis de datos.
juan trinidad jimenez armesto

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

    • juan trinidad jimenez armesto
       
      Debido al aumento estos últimos años de la necesidad del data mining por el gran número de datos que manejas las empresas y la posibilidad de buscar patrones comunes, las grandes empresas empezaron a utilizar R como herramienta para ello.
    • juan trinidad jimenez armesto
       
      Además R es de código libre, como también lo son Apache o la bases de datos MySQL, haciendo que el proyecto se desarolle en comunidades de usuarios.
    • juan trinidad jimenez armesto
       
      Existen numerosos paquetes con funciones predefinidas por otros usuarios para facilitar la programación
  • ...11 more annotations...
  • Many people view the end results of all this technology via the Firefox Web browser, also open-source software.
  • R is also the name of a popular programming language used by a growing number of data analysts inside corporations and academia. It is becoming their lingua franca partly because data mining has entered a golden age
  • Companies as diverse as Google, Pfizer, Merck, Bank of America, the InterContinental Hotels Group and Shell use it.
  • R has also quickly found a following because statisticians, engineers and scientists without computer programming skills find it easy to use.
  • Many people view the end results of all this technology via the Firefox Web browser, also open-source software.
  • Most Web sites are displayed using an open-source application called Apache, and companies increasingly rely on the open-source MySQL database to store their critical information. Many people view the end results of all this technology via the Firefox Web browser, also open-source software.
  • For statisticians
  • R is particularly useful because it contains a number of built-in mechanisms for organizing data, running calculations on the information and creating graphical representations of data sets.
  • What makes R so useful
  • is that statisticians, engineers and scientists can improve the software’s code or write variations for specific tasks. Packages written for R add advanced algorithms, colored and textured graphs and mining techniques to dig deeper into databases.
  • The financial services community has demonstrated a particular affinity for R; dozens of packages exist for derivatives analysis alone.
Yes We Pass

How Google and Facebook are using R « Dataspora - 1 views

    • Javier Soriano
       
      R es un lenguaje de programación que podemos encontrar en tres áreas: manipulación de datos, estadísticas y visualización de datos
    • Javier Soriano
       
      R es utilizado en google y facebook
    • Practica 5 de FOE
       
      Todo lo que está en la red relacionado con R, la sede central de cualquier programa R está en CRAN, y desde CRAN se producen intercambios de informacion con otros lenguajes como el de Matlab, Excel,SAS... 
  • R es utilizado en google y faceboo
  • ...7 more annotations...
  • R is the most popular statistical package at Google
  • and indeed Google is a donor to the R Foundation.
  • He remarked that “The best thing about R is that it was developed by statisticians.
  • What sets it apart from other data analysis tools? It was developed by statisticians, it’s free software, and it is extensible via user-developed packages
  • I began by describing R as a programming language with strengths in three areas: (i) data manipulation, (ii) statistics, and (iii) data visualization.
  • The typical workflow that Bo thus described for using R was: (i) pulling data with some external tool, (ii) loading it into R, (iii) performing analysis and modeling within R, (iv) implementing a resulting model in Python or C++ for a production environment.
    • anonymous
       
      En este artículo muestra empresas como google y facebook utilizan este lenguaje y destacan su dificultad para aprenderlo, pero su compatibilidad con otros programas hace que sea muy utilizado.
  •  
    Usos de R en empresas como Facebook y Google
Alexis Agustín

Data mining. ¿Cómo extraer la máxima información de Twitter? | Rizomática - 0 views

  • posibilidad de poder extraer la información no trivial que subyace en ese flujo continuo que está generando más de 170 de millones de tuits cada día.
  • Hoy, Twitter es una red de microblogging que permite conocer lo que se habla y lo que interesa a la gente.
  • para realizar esta minería de datos (Data mining), he empezado a utilizar el lenguaje de programación R, un software libre para análisis estadístico y gráfico muy popular en las tareas de investigación de la comunidad científica en campos tan punteros como la biomedicina y la bioinformática
  • ...15 more annotations...
  • Para extraer la información de Twitter, el entorno de programación del lenguaje R suministra extensiones o paquetes, como twitteR que permite, entre otras opciones, extraer tuits públicos
  • Una vez que hemos obtenido los datos en bruto, es decir, la colección de tuits que cumplen unas determinadas condiciones, con el lenguaje R y las funciones especializadas podemos trasladar las informaciones de los tuits en tablas normalizadas que nos permitirán realizar una exploración analítica de los datos y su representación gráfica
  • el lenguaje R también nos aporta potentes herramientas para empezar a pulir los 140 caracteres con el objetivo de localizar información que nos permita conocer sobre que temas se está hablando,
  • Asimismo, tenemos la posibilidad de realizar análisis, en el texto del tuit, de actitudes positivas o negativas hacia un determinado acontecimiento, producto o servicio.
  • Esto último, denominado análisis de los sentimientos o minería de opinión,
  • es un área de investigación que persigue poder identificar y extraer información subjetiva de textos y documentos, algo nada fácil considerando la ambigüedad que puede conllevar el lenguaje natural y el contexto cultural particular de cada persona.
    • Alexis Agustín
       
      Este articulo que al parecer todos hemos encontrado, hace un analisis de como usa R para extraer la mineria de datos de twitter con un programa expecifico programado en dicho lenguaje y representa datos claves sobre los usuarios que serian utiles para aplicarlos en el departamento de marketing.
    • Joca Vijo
       
      Es decir, 'R' no sólo recopila información de diversas fuentes (como Twitter), sino que además puede analizar esa información y recopilarla en conjuntos de datos.
  • al margen de los datos estructurados que podemos extraer: usuario, conexiones con otros usuarios, fecha y hora de publicación
  • con el lenguaje R y las funciones especializadas podemos trasladar las informaciones
  • Una vez que hemos obtenido los datos en bruto
  • en tablas normalizadas que nos permitirán realizar una exploración analítica de los datos y su representación gráfica
  • , de actitudes positivas o negativas hacia un determinado acontecimiento, producto o servicio
  • Asimismo, tenemos la posibilidad de realizar análisis, en el texto
  • el aspecto más interesante es poder extraer información significativa del propio texto
  • Una vez que hemos obtenido los datos en bruto, es decir, la colección de tuits que cumplen unas determinadas condiciones, con el lenguaje R y las funciones especializadas podemos trasladar las informaciones de los tuits en tablas normalizadas que nos permitirán realizar una exploración analítica de los datos y su representación gráfica
  •  
    R en data mining
  •  
    R en data mining
Sébastien Sanchez

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

  • While it is difficult to calculate exactly how many people use R, those most familiar with the software estimate that close to 250,000 people work with it regularly.
    • corozo56
       
      Actualmente el número de usuarios esta creciendo exponencialmente.
  • “R is a real demonstration of the power of collaboration, and I don’t think you could construct something like this any other way,” Mr. Ihaka said. “We could have chosen to be commercial, and we would have sold five copies of the software.”
  • Data Analysts Captivated by R’s Power
    • corozo56
       
      Este artículo del NYTimes explica el origen y la utilidad del lenguaje de programacion en R.
  • ...12 more annotations...
    • Sébastien Sanchez
       
      Artículo en NYTimes que habla de la creciente implantación del lenguaje de programación R en el ámbito empresarial. Explica como cada vez más, grandes empresas como Google empiezan a emplear este lenguaje de programación para todo tipo de propósitos (investigación comercial, data mining…).
  • Open-source software is free for anyone to use and modify
  • an improve
  • R is similar to other programming languages
  • R is also the name of a popular programming language used by a growing number of data analysts inside corporations and academia
  • For statisticians
  • R is particularly useful because it contains a number of built-in mechanisms for organizing data, running calculations on the information and creating graphical representations of data sets.
  • statisticians, engineers and scientists can improve the software’s code or write variations for specific tasks
  • software’s
  • Packages written for R add advanced algorithms, colored and textured graphs and mining techniques to dig deeper into databases
  • While it is difficult to calculate exactly how many people use R, those most familiar with the software estimate that close to 250,000 people work with it regularly
  • “R is a real demonstration of the power of collaboration, and I don’t think you could construct something like this any other way,” Mr. Ihaka said. “We could have chosen to be commercial, and we would have sold five copies of the software.”
Alexis Agustín

R, análisis de datos profesional y abierto | Thp - 0 views

  • Es el nombre de un proyecto de código abierto consistente en un lenguaje de programación y un software de código abierto. Este software nos permite poder analizar datos de múltiples formas.
  • Es un software de uso común en departamentos de business intelligence dentro de las empresas, pero también es utilizado en investigación. 
  • Al tratarse de un software de código abierto, podemos decir que está vivo. La comunidad de R trabaja constantemente en desarrollar nuevas versiones mejoradas y en elaborar paquetes específicos para diferentes tipos de análisis. Así podemos encontrar paquetes de todo tipo (4293 a fecha de hoy), desde específicos para biólogos o genetistas, hasta modelos de hábitos de compra para marketing, pasando evidentemente por paquetes estadísticos de todo tipo y calidad.
  • ...3 more annotations...
  • Esta pensado para poder trabajar con muchos datos, es ideal para el trabajo en bigdata. Asimismo, no solo es capaz de tratar los datos sino que también es capaz de tomar esos datos, de tal forma que podemos automatizar el proceso de toma de datos (útil si esos datos se encuentran en internet y son elaborados por terceros).
  • Al tratarse de un software pensado en clave estadística, dispone de una mayor varidedad de gráficos
  • Hemos dicho que una de las peculiaridades de este software es que no dispone de una interfaz visual, que se utilizar a través de un lenguage de programación propio. Esta misma desventaja es en realidad una ventaja, ya que ese mismo hecho hace que tengamos más libertad para hacer lo que queramos
Practica 5 de FOE

R - Nada es Gratis - 0 views

    • pajoje lololo
       
      Según la perspectiva de Jesús Fernández Villa-Verde, compara con otros programas como el Excel, citamos al autor: Todas estas razones me llevan a concluir que R es la mejor manera de efectuar análisis estadístico. Mientras que emplear Excel puede funcionar en unos cuantos casos. Eso entre otra cosas que nos comenta es que el lenguaje R tiene una mayor facilidad al utilizarlo y es mas completo, ya que tiene una gran cantidad de distinto paquetes, los cuales ayudan a la mejora del programa. También nos habla de las relaciones que tiene con los programas como C++ o matlab, lo que ayuda al fácil manejo del programa.
  • R tiene miles de paquetes (packages en inglés) que permiten extensiones de todo tipo.
grupo empresa

Rise of Open and Free R Language : Target  Health  Global - 0 views

    • grupo empresa
       
      R desde 2011 esta creciendo a un ritmo muy rápido, sobrepasando los principales lenguajes como MATLAB o SAS, esto es importante ya que R es un leguaje freeware. Una de las razones de su crecimiento es que tiene características únicas como la computación en paralelo, que permite juntar los recursos de varias CPU's sin tener que limitarse a las velocidades de reloj impuestas por los factores tecnológicos.
  • Started as an open source programming language for data analysis, its popularity and use is spreading to major companies as diverse as Pfizer, Merck, Google, Shell, and Bank of America.
  • R programming language offers something that most of current languages do not support well, parallelism. With a package named “SNOW”, R can take advantage of multiple cores in the CPU. Due to the limitation in increasing CPU’s clock speed, Intel and AMD are stuffing more cores into the processors. There aren’t many software in the market that can take advantage of this, but R is.
Fran Marijuana

R, the Software, Finds Fans in Data Analysts - NYTimes.com - 0 views

    • David Moya
       
      La primera aparición de R fue en el año 1996 en Nueva Zelanda y resulto ser un "software" de utilización libre.
    • David Moya
       
      Mucha gente que esta familiarizada con R comenta que es una herramienta mucho más potente que Excel.
    • David Moya
       
      Permite a la gente que trabaja en estadística hacer análisis muy complicados
  • ...10 more annotations...
  • running calculations on the information and creating graphical representations of data sets.
  • it contains a number of built-in mechanisms for organizing data
  • as a free software package.
  • It allows statisticians to do very intricate and complicated analyses without knowing the blood and guts of computing systems.”
  • R first appeared in 1996,
  • in New Zealand
  • Some people familiar with R describe it as a supercharged version of Microsoft’s Excel
    • Fran Marijuana
       
      Aunque R se parezca a otros lenguajes de programación (C, Java) para los estadísticos es mas útil organizativamente. 
    • Fran Marijuana
       
      Muchos usuarios comparan R con Microsoft Excel.
    • Fran Marijuana
       
      Aunque R tiene muchas mas opciones
    • Fran Marijuana
       
      John mr. Chambers ha ayudado a desarrollar S, otro proyecto de software que sin embargo, no es un código abierto.
nerub val

Rcmdr.com - 0 views

shared by nerub val on 24 Apr 13 - No Cached
  • R commander (Rcmdr)
  • R commander (Rcmdr)
  • R provides a powerful and comprehensive system for analysing data and when used in conjunction with the R-commander
  • ...5 more annotations...
  • it also provides one that is easy
  • The Rcmdr program enables analysts to access a selection of commonly-used R commands using a simple interface that should be familiar to most computer users
  • A number of plugins are available that provide direct access to R packages through the Rcmdr interface
  • There are currently 29 Plugins that provide support for specific analyses, graphics, books and teaching.
    • nerub val
       
      Aqui hay una lista de enlaces de plugins que proporcionan acceso directo a los paquetes de R a traves del interfaz Rcmdr
  •  
    Conjunto R-Commander
1 - 20 of 31 Next ›
Showing 20 items per page