Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of getting R-built-in dataset and R-packet dataset

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

It is believed that many inexperienced people are at a loss to obtain the example analysis of R-built-in dataset and R-packet dataset. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

When learning R, we all use R to our own dataset, or data sets contained in third-party R packages, such as iris Iris data.

There are data sets, such as the above iris data, but if we do not understand the specific background of the data set, it is difficult to understand its analysis purpose, statistical analysis is more blunt, so we also need to be prepared to grasp the background information of these data sets, or illustrative documents.

R also provides convenience in this respect, we just need to add a question mark in front of the dataset and command R to output and display the background information of the corresponding dataset.

Such as the iris data set of Iris

? iris

How do you view the introduction document for the dataset of the third-party R package? It's the same, except that you have to load the package first.

For example, the diamonds dataset that comes with the ggplot2 package

Library (ggplot2)? diamonds

After reading the above, have you mastered the method of obtaining sample analysis of R-built-in dataset and R-packet dataset? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report