which of the following function is used to view the dataset in spreadsheet like format?
Mohammed
Guys, does anyone know the answer?
get which of the following function is used to view the dataset in spreadsheet like format? from screen.
Which of the following is used to view dataset in a spreadsheet
Which of the following is used to view dataset in a spreadsheet-type format ? (a) Disp() (b) View() (c) Seq() (d) lm()
Which of the following is used to view dataset in a spreadsheet-type format ?
← Prev Question Next Question →
1 Answer
← Prev Question Next Question →
Find MCQs & Mock Test
Free JEE Main Mock Test
Free NEET Mock Test
Class 12 Chapterwise MCQ Test
Class 11 Chapterwise Practice Test
Class 10 Chapterwise MCQ Test
Class 9 Chapterwise MCQ Test
Class 8 Chapterwise MCQ Test
Class 7 Chapterwise MCQ Test
Related questions
Data Science Interview Questions & Answers
Go through Data Science interview questions for beginner and advanced level by Zeolearn. These questions has detailed answers and examples helping you in preparing Data Science interview.
Data Science Interview Questions
Prepare better with the best interview questions and answers, and walk away with top interview tips. These interview questions and answers will boost your core interview skills and help you perform better. Be smarter with every interview.
4.5 Rating 91 Question(s) 30 Mins of Read 9852 Reader(s)
DATA SCIENCE WITH R
1.
Which function is used to view the dataset in spreadsheet like format?
view() function show the dataset in the spreadsheet format.
Add Bookmark 2.
How to fine-tune random forest model?
3.
Which R package is used for market basket analysis?
4.
How you can produce correlations and covariance in R?
5.
How to interpret Gini index in R?
6.
How do you interpret when R^2= 0.7?
7.
rnorm(10) will generate 10 random numbers that will follow a normal distribution. If the mean and standard deviation is not specified to the norm() function then,
8.
pnorm(1.96, 0,1) will give
9.
Generalized Linear Models (GLM) are an extension of Linear Regression Models that allow the dependent variable to be non-normal. Is the statement correct?
10.
glm() in R used to fit generalized linear models. To fit a logistic regression model with a dichotomous dependent variable, which of the parameter to the glm() function is correct?
11.
What is the command to install ggplot2 package in r?
12.
When you build a linear regression model using the lm() function and run a summary of the linear model with a command like summary(model), you get the output as follows. How is the t-value calculated?
13.
Say the dependent variable, y, expenses in dollars. From the below output, what can we say about the residuals?
14.
Using which Statistical test, you can test if a data is normally distributed?
15.
How do you test for Multicollinearity in datasets in R?
16.
What does Variance Inflation Factor (VIF) detect?
17.
How to interpret Shapiro Wilk normality test?
18.
Explain correlation is not causation.
19.
Can there be a no intercept model? Is there any interpretation of R square in a no intercept model?
20.
How to detect heteroscedasticity and rectify it?
21.
How do you determine number of cluster in K-means using R
22.
How do you scale or normalize variables in R?
23.
Mention the functions to add straight lines to the graph using ggplot2 package in R.
24.
How would you do dummy coding in R?
25.
How do you interpret the model summary of the below logistic regression model?
26.
How do you interpret the pseudo-R square of logistic regression?
27.
How to interpret the ROC curve?
28.
The following scree plot suggests that just one component may be sufficient to summarize the data.
29.
Why Hosmer Lemeshow test is used?
30.
Explain the output of confusion matrix.
31.
How will you list all the datasets available in all R packages?
32.
R programming language has several packages for data science which are meant to solve a specific problem, how do you decide which one to use?
33.
Sample (0, 1, 0, 0, 1, 0) is drawn from binomial distribution. What is the maximum log likelihood function of the μ? How do you solve in R?
34.
Which of the function in R is used to check where the mean of the two groups is equal to each or not?
35.
How to find concordant and discordant pairs in R?
36.
What is the difference between rpart and party package for developing a decision tree model?
37.
How do you boost your decision tree in order to improve the results?
38.
How do you train the data for K-means clustering?
39.
How do you select components(variables) in PCA using R?
40.
What is the difference between PCA and Factor Analysis? How do you interpret them in R?
41.
What is ANOVA and how do you implement in R?
42.
How do you interpret the output of ANOVA?
43.
How do you do market basket analysis using R?
44.
How do you map out the rules in a graph in market basket analysis?
45.
How do you find information gain in R?
46.
The iris dataset has different species of flowers such as Setosa, Versicolor and Virginica with their sepal length. Now, we want to understand the distribution of sepal length across all the species of flowers. What is the method to visualize this relation?
Data Visualization
This set of R Programming Language Multiple Choice Questions & Answers (MCQs) focuses on “Visualizing Data – 1”. 1. Which of the following method make vector of repeated values? a) rep() b) data() c) view() d) read() 2. Which of the following finds the position of a quantile in a dataset? a) quantile() b) barplot() ... Read more
R Programming Questions and Answers – Visualizing Data – 1
« Prev Next »
This set of R Programming Language Multiple Choice Questions & Answers (MCQs) focuses on “Visualizing Data – 1”.
1. Which of the following method make vector of repeated values?
a) rep() b) data() c) view() d) read() View Answer
2. Which of the following finds the position of a quantile in a dataset?
a) quantile() b) barplot() c) barchart() d) rep() View Answer
3. Which of the following function cross-tabulate tables using formulas?
a) table b) stem c) xtabs d) read View Answer
Note: Join free Sanfoundry classes at Telegram or Youtube
advertisement
4. Which of the following groups find the correlation matrix?
a) factor.model b) col.max(x) c) stem d) which.max(x) View Answer
5. which of the following statement make a mosaic plot?
a) histogram() b) mosaicplot() c) bar() d) which.max(x) View Answer
Take R Programming Practice Tests - Chapterwise!
Start the Test Now: Chapter 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
6. Which of the following compute proportions from a contingency table?
a) par() b) prop.table() c) anova() d) mosaicplot() View Answer
7. Which of the following is lattice command for producing a scatterplot?
a) plot() b) lm() c) xyplot() d) anova() View Answer advertisement
8. Which of the following builds empirical cumulative distribution function?
a) ecdf() b) cum c) cumsum d) lm() View Answer
9. Which of the following is used to view dataset in a spreadsheet-type format ?
a) Disp() b) View() c) Seq() d) lm() View Answer advertisement
10. ________ function carries out a chi-square test.
a) chisq.test() b) t.test() c) prop.test() d) fisher.test() View Answer
Sanfoundry Global Education & Learning Series – R Programming Language.Here’s the list of Best Books in R Programming Language.
To practice all areas of R Programming Language, Here is complete set of 1000+ Multiple Choice Questions and Answers.
« Prev - R Programming Questions and Answers – Packages – 5
» Next - R Programming Questions and Answers – Visualizing Data – 2
Next Steps:Get Free Certificate of Merit in R Programming
Participate in R Programming Certification Contest
Become a Top Ranker in R Programming
Take R Programming Tests
Chapterwise Practice Tests: Chapter 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Chapterwise Mock Tests: Chapter 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Related Posts:Apply for R Programming Internship
Apply for Programming Internship
Buy Information Technology Books
Practice Programming MCQs
Buy R Programming Books
advertisement
Recommended Articles:
R Programming Questions and Answers – Visualizing Data – 2
R Programming Questions and Answers – Data Types – 6
R Programming Questions and Answers – Commands – 1
Data Science Questions and Answers – Summarizing and Merging Data
R Programming Questions and Answers – Textual Data Formats – 1
Data Science Questions and Answers – Tidy Data
R Programming Questions and Answers – Data Types – 5
R Programming Questions and Answers – Textual Data Formats – 2
R Programming Questions and Answers – Functions – 3
R Programming Questions and Answers – Data Types – 7
advertisement
Additional Resources:R Programming MCQ Questions
Data Science MCQ Questions
C Programming Interview Questions
Data Structure MCQ Questions
Java Programming Examples
Popular Pages:Data Structures in Java
C Programming MCQ Questions
Object Oriented Programming MCQ Questions
Data Structures in C
C Programming Examples on Trees
Guys, does anyone know the answer?