当前位置:网站首页>Chap2 steps into the palace of R language
Chap2 steps into the palace of R language
2022-07-05 21:28:00 【A primary school student on the statistics Road】
Chap2 Step in R The palace of language
2.1 R Language learning ideas
Personally, I am a statistics major , I was also right in my study last semester SAS and SPSS And some statistical software have been studied and understood , From my own experience, I think the learning of statistical software also follows ‘ This rule ’, That is, we should spend 80% of our time and energy on consolidating our mathematical foundation and statistical discipline ability , And the remaining 20% is used to learn some functions of statistical software ( Like the use of function packages balabala On these things ).
Share with you some of my thoughts about participating in the Asia Pacific mathematical modeling competition last semester , In the process of dealing with practical problems , In fact, I think of some practical solutions to the problem first , These contents are the fundamental driving force and driving force guiding you forward , The emergence of these ideas requires you to have a strong foundation of mathematical logic and a professional background in Statistics .
For example, there is a problem that requires you to plan the location and number of ecological reserves , Then I think more of using cluster analysis and discriminant analysis to make a corresponding division of different geographical locations , Then determine the location and quantity , These ideas were largely influenced by the course of multivariate statistical analysis I was studying at that time . In fact, I was not very clear about the software implementation of many analysis methods at that time , But the omnipotent Internet , As long as you input, for example “SAS How to do discriminant analysis ” It will pop up a lot of experience posts for you , In fact, most of the code inside can achieve your goal with a little modification , Of course, part of the content involves some sophisticated algorithms , So you also need to be familiar with some expansion packages of related software , Mastering these is enough to get twice the result with half the effort .
So in the later learning process , I will share with you first R Some basic grammar of language , For example, how to input and output , There are also some basic functional grammars such as drawing , Then I want to introduce the software implementation process of these methods in modules according to the common methods to solve a practical statistical problem , For example, how to perform least square regression , How to carry out ridge regression , How to carry out time series analysis and other forms to share with you . I haven't thought about the specific content very clearly , Learn, adjust and share !
边栏推荐
- AITM 2-0003 水平燃烧试验
- XML modeling
- Selenium gets the verification code image in DOM
- Recursive query of multi-level menu data
- AITM2-0002 12s或60s垂直燃烧试验
- leetcode:1139. The largest square bounded by 1
- How to send samples when applying for BS 476-7 display? Is it the same as the display??
- MySQL ifnull usage function
- @Validated基础参数校验、分组参数验证和嵌套参数验证
- Dictionary tree simple introductory question (actually blue question?)
猜你喜欢
随机推荐
@Validated基础参数校验、分组参数验证和嵌套参数验证
Dictionary tree simple introductory question (actually blue question?)
uni-app 蓝牙通信
Five layer network protocol
Sitge joined the opengauss open source community to jointly promote the ecological development of the database industry
XML modeling
Prior knowledge of machine learning in probability theory (Part 1)
Recursive query of multi-level menu data
Selenium gets the verification code image in DOM
sql常用语法记录
SQL series (basic) - Chapter 2 limiting and sorting data
Get JS of the previous day (timestamp conversion)
Access Zadig self-test environment outside the cluster based on ingress controller (best practice)
LeetCode: Distinct Subsequences [115]
Hdu2377bus pass (build more complex diagram +spfa)
Test of incombustibility of cement adhesives BS 476-4
[daily training] 729 My schedule I
LeetCode_ Hash table_ Difficulties_ 149. Maximum number of points on the line
Modifiers of attributes of TS public, private, protect
【日常训练】729. 我的日程安排表 I

![R language [data management]](/img/41/b89bb8794c06280e58988e1c1a5e02.png)





![Longest swing sequence [greedy practice]](/img/e1/70dc21b924232c7e5e3da023a4bed2.png)

