Skip to content

Instantly share code, notes, and snippets.

View amilavspm's full-sized avatar

Thushara Rathnaweera amilavspm

View GitHub Profile
@amilavspm
amilavspm / quiz1.md
Created April 12, 2020 06:19 — forked from mGalarnyk/quiz1.md
R Programming Quiz 1 (Week 1) John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera

R Programming Quiz 1 (JHU) Coursera

github repo for rest of specialization: Data Science Coursera

Question 1

R was developed by statisticians working at...

Answer

The University of Auckland

@amilavspm
amilavspm / rprog-quiz1.txt
Created April 11, 2020 18:55 — forked from kfeoktistoff/rprog-quiz1.txt
R Programming: Quiz1
1
The R language is a dialect of which of the following programming languages?
S
2
The definition of free software consists of four freedoms (freedoms 0 through 3). Which of the following is NOT one of the freedoms that are part of the definition?
The freedom to prevent users from using the software for undesirable purposes.
3
In R the following are all atomic data types EXCEPT