- Data Analysis with R
- Tony Fischetti
- 145字
- 2021-07-30 09:55:12
Exercises
You can practice the following exercises to help you get a good grasp of the concepts learned in this chapter:
- Write a function called
simon.says
that takes in a character string, and returns that string in all upper case after prepending the string "Simon says: " to the beginning of it. - Write a function that takes two matrices as arguments, and returns a logical value representing whether the matrices can be matrix multiplied.
- Find a free data set on the web, download it, and load it into R. Explore the structure of the data set.
- Reflect upon how Hester Prynne allowed her scarlet letter to be decorated with flowers by her daughter in Chapter 10. To what extent is this indicative of Hester's recasting of the scarlet letter as a positive part of her identity. Back up your thesis with excerpts from the book.
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- OpenDaylight Cookbook
- Learning C++ Functional Programming
- Apache Hive Essentials
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- JavaScript+Vue+React全程實例
- Android開發:從0到1 (清華開發者書庫)
- 智能手機APP UI設計與應用任務教程
- 細說Python編程:從入門到科學計算
- 機器學習微積分一本通(Python版)
- SQL Server 2008 R2數據庫技術及應用(第3版)
- C編程技巧:117個問題解決方案示例
- Backbone.js Testing
- Mudbox 2013 Cookbook
- 從零開始:C語言快速入門教程