Skip to main content

Home/ foe_2013/ Group items tagged library

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.
Bora Jasan

My Library - 0 views

  •  
    Práctica 5 realizada por: Borja Cleries Javier Cervera Adrián Ruiz Santiago Carrilero
Joca Vijo

Big Data Right Now: Five Trendy Open Source Technologies | TechCrunch - 0 views

    • Joca Vijo
       
      Aquí nos remarca que el lenguaje R es muy adecuado a la hora de desarrollar proyectos de 'Big Data', o con contenidos ingentes de información, separando y analizando las diversas publicaciones.
  • Because it has an unusually strong community around it, you can find R libraries for almost anything under the sun — making virtually any kind of data science capability accessible without new code. R is exciting because of who is working on it, and how much net-new innovation is happening on a daily basis. the R community is one of the most thrilling places to be in Big Data right now. R is a also wonderful way to future-proof your Big Data program. In the last few months, literally thousands of new features have been introduced, replete with publicly available knowledge bases for every analysis type you’d want to do as an organization.
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
Enrique Diaz Romero

JRI - Java/R Interface - RForge.net - 0 views

  • JRI is a Java/R Interface, which allows to run R inside Java applications as a single thread
  • Basically it loads R dynamic library into Java and provides a Java API to R functionality. It supports both simple calls to R functions and a full running REPL.
  • JRI uses native code, but it supports all platforms
  •  
    Interface de java para el uso del lenguaje de programacion R
Enrique Diaz Romero

A quick introduction to R - 0 views

  • 'R' is a programming language for data analysis and statistics. It is free, and very widely used by professional statisticians
  • . It has many built-in functions and libraries, and is extensible, allowing users to define their own functions and procedures using R, C or Fortran
    • Enrique Diaz Romero
       
      Nos muestras, a R como un lenguaje de análisis y estadística usado por la comunidad profesional y que esta construido mediante funciones y librerías extensibles que pueden estar definidas mediante R, C o Fortran.
  • ...4 more annotations...
  • Vectors are a fundamental concept in R, as many functions operate on and return vectors,
    • Enrique Diaz Romero
       
      Considera los vectores como la forma fundamental de trabajo de R ya que estos representan un array de información y datos.
  • R has lots of great functions for producing publication quality plots
    • Enrique Diaz Romero
       
      R nos permite un gran numero de Gráficas de alta calidad con las que mostrar los datos adquiridos
  • R is a full programming language, and before long, you are likely to want to add your own functions
    • Enrique Diaz Romero
       
      Aunque R esta totalmente programado, siempre puedes añadir e utilizar funciones propias. Sin necesidad de crear una librería completa.
  • It is often also desirable to be able to output data from R in a format that can be read by other applications
    • Enrique Diaz Romero
       
      R nos ofrece un gran numero de funciones con las que exportar e importar datos desde otras aplicaciones.
  •  
    Una rápida introducción a R, y al uso de numerosas funciones de este.
1 - 6 of 6
Showing 20 items per page