Содержание
- 2. Vasily V. Grinev. Introduction to R Programming LIST OF PRACTICAL TASKS Task by task. Task #6:
- 3. Components of R commands: constants; variabilities; operators; functions; control structures. PRACTICAL TASK #6: Development a multi-component
- 4. Vasily V. Grinev. Introduction to R Programming A constant is entity whose value(-s) cannot be altered.
- 5. Vasily V. Grinev. Introduction to R Programming Creating a character constant: Task content PRACTICAL TASK #7:
- 6. Vasily V. Grinev. Introduction to R Programming Concatenation of character strings: Task content PRACTICAL TASK #7:
- 7. Vasily V. Grinev. Introduction to R Programming Numeric constants belong to three types: integer (integer numbers)
- 8. Vasily V. Grinev. Introduction to R Programming Creating an integer constant: Task content ### by appending
- 9. Vasily V. Grinev. Introduction to R Programming Inspection a type and/or class of integer constant: Task
- 10. Vasily V. Grinev. Introduction to R Programming The reasons for existing integer constants: The integer is
- 11. Vasily V. Grinev. Introduction to R Programming There are several built-in constants: The 26 upper-case letters
- 12. Vasily V. Grinev. Introduction to R Programming Some manipulations with character built-in constants: Task content >
- 13. Vasily V. Grinev. Introduction to R Programming There are several special built-in constants: Infinity > Inf
- 14. Vasily V. Grinev. Introduction to R Programming Some manipulations with special built-in constants: Task content >
- 15. In any programming language, an operator is a symbol that tells the compiler or interpreter to
- 16. R arithmetic operators Vasily V. Grinev. Introduction to R Programming These operators perform standard arithmetic operations
- 17. R relational operators Vasily V. Grinev. Introduction to R Programming Each element of the first vector
- 18. R logical operators Vasily V. Grinev. Introduction to R Programming It is applicable to logical, numeric
- 19. R assignment operators Vasily V. Grinev. Introduction to R Programming These operators are used to assign
- 20. R miscellaneous operators Vasily V. Grinev. Introduction to R Programming These operators are used for specific
- 21. R miscellaneous operators Vasily V. Grinev. Introduction to R Programming PRACTICAL TASK #10: Using operators
- 22. Vasily V. Grinev. Introduction to R Programming Practice with all main R operators. Use the true
- 23. Built-in function is a function which already created or defined in the programming framework. Built-in functions
- 24. R math functions Vasily V. Grinev. Introduction to R Programming PRACTICAL TASK #11: Using built-in functions
- 25. R character functions Vasily V. Grinev. Introduction to R Programming PRACTICAL TASK #11: Using built-in functions
- 26. R basic statistical functions Vasily V. Grinev. Introduction to R Programming PRACTICAL TASK #11: Using built-in
- 27. Vasily V. Grinev. Introduction to R Programming Practice with all main R built-in functions. Use the
- 29. Скачать презентацию