Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
R Basics Interview Questions and Answers
Home
Questions
R Basics
0
votes
What is the class of the object defined by x <- c(4, TRUE)?
answered
Jun 15, 2023
in
R Basics
by
john ganales
r-object
0
votes
If I execute the expression x <- 4 in R, what is the class of the object 'x' as determined by the `class()' function?
answered
Jun 15, 2023
in
R Basics
by
john ganales
r-expression
0
votes
In R the following are all atomic data types EXCEPT
answered
Jun 15, 2023
in
R Basics
by
john ganales
r-data-types
0
votes
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?
answered
Jun 15, 2023
in
R Basics
by
john ganales
r-definition
0
votes
R was developed by statisticians working at...
answered
Jun 15, 2023
in
R Basics
by
john ganales
statisticians
r-developer
0
votes
mystery_method <- function(x) { function(z) Reduce(function(y, w) w(y), x, z) }
answered
Jun 15, 2023
in
R Basics
by
john ganales
r-function
0
votes
dplyr <- "ggplot2"
answered
Jun 15, 2023
in
R Basics
by
john ganales
ggplot2
0
votes
Say I have...
answered
Jun 15, 2023
in
R Basics
by
john ganales
r-function
0
votes
How do you test R code? Can you write a test for the function you wrote in #6?
answered
Jun 15, 2023
in
R Basics
by
john ganales
rcode
0
votes
Can you write me a function in R that replaces all missing values of a vector with the mean of that vector?
answered
Jun 15, 2023
in
R Basics
by
john ganales
rreplaces
0
votes
I want to know all the values in c(1, 4, 5, 9, 10) that are not in c(1, 5, 10, 11, 13). How do I do that with one built-in function in R? How could I do it if that function didn't exist?
answered
Jun 15, 2023
in
R Basics
by
john ganales
-function
0
votes
What is f(3) where:
answered
Jun 15, 2023
in
R Basics
by
john ganales
r-basics
0
votes
What is the difference between seq(4) and seq_along(4)?
answered
Jun 15, 2023
in
R Basics
by
john ganales
seq
seq_along
0
votes
What is the difference between sapply and lapply? When should you use one versus the other? Bonus: When should you use vapply?
answered
Jun 15, 2023
in
R Basics
by
john ganales
sapply
lapply
0
votes
What if I concatenate a number and NA?
answered
Jun 15, 2023
in
R Basics
by
john ganales
concatenate-number
0
votes
What is the difference between a matrix and a dataframe?
answered
Jun 15, 2023
in
R Basics
by
john ganales
matrix
data-frame
0
votes
If I have a data.frame df <- data.frame(a = c(1, 2, 3), b = c(4, 5, 6), c(7, 8, 9))...
answered
Jun 15, 2023
in
R Basics
by
john ganales
data-frame
0
votes
Explain how data is aggregated in R?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
data-aggegation
0
votes
In R how missing values are represented ?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-values
0
votes
Explain general format of Matrices in R?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-matrices
0
votes
What are the data structures in R that is used to perform statistical analyses and create graphs?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-functions
0
votes
Explain what is With () and By () function in R is used for?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
with-function
by-function
0
votes
Explain what is t-tests in R?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
t-tests
0
votes
Mention how you can produce co-relations and covariances?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
co-relations
r-language
0
votes
How can you save your data in R?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-data
0
votes
Explain how R commands are written?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-commands
0
votes
Mention what does not ‘R’ language do?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-language
0
votes
In R how you can import Data?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-input-data
0
votes
List out some of the function that R provides?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-functions
0
votes
Explain what is R?
answered
Feb 22, 2023
in
R Basics
by
SakshiSharma
r-language
To see more, click for all the
questions in this category
.
...