Foundations of Business Analytics

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:52 AM on 8/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards

What does <- do in R?

assigns the value on the right to the object name on the left

2
New cards

What is a data frame

table with rows and columns

3
New cards

What is a function in R

a command that takes inputs and returns an output

4
New cards

What is a code chunk in a Quarto .qmd file

a block where you write R code that Quarto runs when rendering, and it shows the results (numbers/tables/plots) in the output.

5
New cards

What does Render do in Quarto?

runs all code chunks and converts the .qmd into an output document (e.g., HTML/PDF) with the results inserted

6
New cards

What is a package in R?

a collection of functions, data, and documentation that extends the basic capabilites of R