I have the responsibility of ensuring that a colleague who is just learning R knows the basics before a course where that is a requirement. The colleague has gone through a couple of tutorials so hopefully she is ok, but I would like to give her a test to gauge it.
我有责任确保刚学习R的同事在课程开始之前就知道这是一个要求。我的同事已经通过了几本教程,希望她还可以,但是我想给她一个测试来测试一下。
I was therefore wondering if anyone knew if there were any materials on the web that would be suitable? and is possible had both questions and answers.
因此我想知道是否有人知道网络上是否有合适的资料?有问题也有答案。
PS Cross-posted to r-help@stat.math.ethz.ch
通过PS r-help@stat.math.ethz.ch
2 个解决方案
#1
16
There is a whole set of exercises with solutions from the book Data Analysis and Graphics Using R. (Maindonald & Braun, 2nd edn, CUP 2007) available online : http://maths.anu.edu.au/~johnm/r-book/2edn/exercises/
有一套完整的练习与解决方案从书数据分析和图形使用r (Maindonald & Braun,第2edn,第2edn, 2007年杯赛)可获得:http://maths.anu.edu.au/~johnm/r-book/2edn/exercise /
Next to that, a quick search using the obscure randomized pagecollector Google brought to me a set of exercises where you can pick out whatever you want. Try the magic phrase "R exercises". ;)
接下来,使用模糊的随机pagecollector谷歌进行快速搜索,给我带来了一组练习,你可以从中挑选出你想要的任何东西。试试神奇的短语“R练习”。,)
Some I found interesting :
有些我觉得很有趣:
- http://www2.imperial.ac.uk/~das01/RCourse/Exercises.pdf (very nice)
- http://www2.imperial.ac.uk/ das01 RCourse /练习。pdf(很好)
- http://dial.liacs.nl/Courses/MicroArrayDataAnalysis/Exercises/Introduction_to_R_Exercises_Nov_2004.pdf (rather basic)
- http://dial.liacs.nl/Courses/MicroArrayDataAnalysis/Exercises/Introduction_to_R_Exercises_Nov_2004。pdf(而不是基本的)
- http://www.shlrc.mq.edu.au/masters/students/raltwarg/altwargslp802.html (rather basic)
- http://www.shlrc.mq.edu.au/masters/students/raltwarg/altwargslp802.html(基本)
#2
8
If this is just a one time single person evaluation then a oral style exam is probably going to tell you a lot more than a set of fixed problems. Get a data set and have her read it into R, do some basic data manipulation, a couple of plots, and a standard analysis or two. Based on what she does well or has a challenge with you can modify the direction that you have things go and what additional questions you ask.
如果这只是一次单独的个人评估那么口语考试可能会告诉你比一组固定的问题多得多的东西。获取一个数据集,让她把它读到R中,做一些基本的数据操作,一些图表,以及一两个标准的分析。基于她做得好或有挑战,你可以改变你的方向,你问的其他问题。
#1
16
There is a whole set of exercises with solutions from the book Data Analysis and Graphics Using R. (Maindonald & Braun, 2nd edn, CUP 2007) available online : http://maths.anu.edu.au/~johnm/r-book/2edn/exercises/
有一套完整的练习与解决方案从书数据分析和图形使用r (Maindonald & Braun,第2edn,第2edn, 2007年杯赛)可获得:http://maths.anu.edu.au/~johnm/r-book/2edn/exercise /
Next to that, a quick search using the obscure randomized pagecollector Google brought to me a set of exercises where you can pick out whatever you want. Try the magic phrase "R exercises". ;)
接下来,使用模糊的随机pagecollector谷歌进行快速搜索,给我带来了一组练习,你可以从中挑选出你想要的任何东西。试试神奇的短语“R练习”。,)
Some I found interesting :
有些我觉得很有趣:
- http://www2.imperial.ac.uk/~das01/RCourse/Exercises.pdf (very nice)
- http://www2.imperial.ac.uk/ das01 RCourse /练习。pdf(很好)
- http://dial.liacs.nl/Courses/MicroArrayDataAnalysis/Exercises/Introduction_to_R_Exercises_Nov_2004.pdf (rather basic)
- http://dial.liacs.nl/Courses/MicroArrayDataAnalysis/Exercises/Introduction_to_R_Exercises_Nov_2004。pdf(而不是基本的)
- http://www.shlrc.mq.edu.au/masters/students/raltwarg/altwargslp802.html (rather basic)
- http://www.shlrc.mq.edu.au/masters/students/raltwarg/altwargslp802.html(基本)
#2
8
If this is just a one time single person evaluation then a oral style exam is probably going to tell you a lot more than a set of fixed problems. Get a data set and have her read it into R, do some basic data manipulation, a couple of plots, and a standard analysis or two. Based on what she does well or has a challenge with you can modify the direction that you have things go and what additional questions you ask.
如果这只是一次单独的个人评估那么口语考试可能会告诉你比一组固定的问题多得多的东西。获取一个数据集,让她把它读到R中,做一些基本的数据操作,一些图表,以及一两个标准的分析。基于她做得好或有挑战,你可以改变你的方向,你问的其他问题。