Login
Remember
Register
User tempuser
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by tempuser
0
votes
1
answer
For a given matrix mat, how do you increment every element of the matrix by 3 and return a vector. (I) sapply(mat, function(x,y) sum(x)+y,y=3) (II) sapply(mat, function(x) sum(x)+3)
asked
May 27, 2019
in
Data Handling
#datahandling
DataHandling-questions-answers
0
votes
1
answer
What will the following lines of code return x <- matrix(1:18, 6, 3) apply(x, 2, sum)
asked
May 27, 2019
in
Data Handling
#datahandling
DataHandling-questions-answers
0
votes
1
answer
Which function is used over the margins of an array
asked
May 27, 2019
in
Data Handling
#datahandling
DataHandling-questions-answers
+1
vote
1
answer
A hospital data contains patient's age and treatment they are undergoing. Which function can be used to find average of patients undergoing each of the treatments?
asked
May 27, 2019
in
Data Handling
#datahandling
DataHandling-questions-answers
0
votes
1
answer
Applying lapply function on a matrix returns
asked
May 27, 2019
in
Data Handling
#datahandling
DataHandling-questions-answers
0
votes
1
answer
Which function is very similar to lapply?
asked
May 27, 2019
in
Data Handling
#datahandling
DataHandling-questions-answers
0
votes
1
answer
Which function can be used when a vector needs to be split into groups defined by a classifying factor, compute a function on the subsets, and return the results?
asked
May 27, 2019
in
Data Handling
#datahandling
DataHandling-questions-answers
0
votes
1
answer
____ can be used to identify the existence of a matching pattern in a string
asked
May 27, 2019
in
Other
0
votes
1
answer
____ is similar to separate() function
asked
May 27, 2019
in
Other
0
votes
1
answer
Identify the correct ones
asked
May 27, 2019
in
Other
#datacleansing
0
votes
1
answer
What are the possible outlier treatment
asked
May 27, 2019
in
Other
0
votes
1
answer
If value of time is system time which is 2016-12-21 18:33:31 UTC. What is the output for time+60
asked
May 27, 2019
in
Other
0
votes
1
answer
Can a variable of factor type be converted to a date type
asked
May 27, 2019
in
Other
0
votes
1
answer
What is the class of sys.date() and sys.time()
asked
May 27, 2019
in
Other
0
votes
1
answer
Which function(s) of dplyr would you use to first subset the columns and then sort them on a particular column?
asked
May 27, 2019
in
Other
0
votes
1
answer
___ allows to make new variables
asked
May 27, 2019
in
Other
0
votes
1
answer
filter() is for selecting columns and select() is for selecting rows
asked
May 27, 2019
in
Other
+1
vote
1
answer
A dataset with columns (country, disease, #ofdeaths) has values Row1 - (CONGO, TB, 28) Row2 - (SPAIN, TB, 2) Row3 - (EGYPT, TB, 0). Is this is a tidy or messy dataset.?
asked
May 27, 2019
in
Other
0
votes
1
answer
In a tidy data set ___ forms a row and ____ forms a column
asked
May 27, 2019
in
Other
+5
votes
1
answer
Identify the function which is part of dplyr package that helps in previewing the data.
asked
May 27, 2019
in
Other
0
votes
1
answer
tail() function shows ___ by default?
asked
May 27, 2019
in
Other
0
votes
1
answer
Data cleaning is the most time consuming process in data analysis
asked
May 27, 2019
in
Other
0
votes
1
answer
Binning is a method to manage data
asked
May 27, 2019
in
Other
0
votes
1
answer
Data munging is
asked
May 27, 2019
in
Other
Page:
« prev
1
2
3
...