...
Full Bio
Use Machine Learning To Teach Robots to Navigate by CMU & Facebook Artificial Intelligence Research Team
226 days ago
Top 10 Artificial Intelligence & Data Science Master's Courses for 2020
227 days ago
Is Data Science Dead? Long Live Business Science
255 days ago
New Way to write code is about to Change: Join the Revolution
256 days ago
Google Go Language Future, Programming Language Programmer Will Get Best Paid Jobs
577 days ago
Top 10 Best Countries for Software Engineers to Work & High in-Demand Programming Languages
724788 views
Highest Paying Programming Language, Skills: Here Are The Top Earners
669342 views
Which Programming Languages in Demand & Earn The Highest Salaries?
474462 views
Top 5 Programming Languages Mostly Used By Facebook Programmers To Developed All Product
463254 views
World's Most Popular 5 Hardest Programming Language
394599 views
R Programming Language: 35 Job Interview Questions and Answers
- Mean
- Median
- Distribution
- Covariance
- Regression
- Non-linear
- Mixed Effects
- GLM
- GAM. etc.
- You can enter data directly via Data [] New Data Set
- Import data from a plain text (ASCII) or other files (SPSS, Minitab, etc.)
- Read a dataset either by typing the name of the data set or selecting the data set in the dialog box
- Though R programming can easily connect to DBMS is not a database
- R does not consist of any graphical user interface
- Though it connects to Excel/Microsoft Office easily, R language does not provide any spreadsheet view of data
- # subtraction
- # division
- # note order of operations exists
- With() function is similar to DATA in SAS, it applies an expression to a dataset.
- BY() function applies a function to each level of factors. It is similar to BY processing in SAS.
- Vectors
- Matrices
- Arrays
- Data frames
- Data structure -- How many data structures R has? How do you build a binary search tree in R?
- Sorting -- How many sorting algorithms are available? Show me an example in R.
- Low level -- How do you build an R function powered by C?
- String -- How do you implement string operation in R?
- Vectorization -- If you want to do Monte Carlo simulation by R, how do you improve the efficiency?
- Function -- How do you take a function as an argument of another function? What is the apply() function family?
- Threading -- How do you do multi-threading in R?
- Memory limit and database -- What is the memory limit of R? How do you avoid it? How do you use SQL in R?
- Testing -- How do you do testing and debugging in R?
- Software development -- How do you develop a package? How do you do version control?