{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

R Flashcards

(2 cards)

1
Q

What is R?

A
  • It is both a programming language and an environment
  • Primarily focused on statistical analysis and graphics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why should you use R?

A
  1. It is quickly becoming the standard language for statistical analysis
  2. The more popular software is:
    the quicker new functionality is developed
    the more powerful it becomes
    the better the support is
  3. R is one of the top five languages asked for in data scientist job postings.
    1 SQL
    2 Python
    3 Java
    4 Hadoop
    5 R
  4. It’s free! Unlike SAS or SPSS
  5. Extensive Functionality
    -You can make websites
    -You can make maps using GIS data
    -You can analyze language
    For whatever task you have in mind, there is a package available
  6. There is a massive community of R users
    There are many forums and pages dedicated to solving R problems. The community of users also helps create the many packages that are available.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly