CSI-MTH-190
Take a look at R Studio together
https://forms.gle/uRxF8UTkgp45ofY46
You must be signed into your HCC email account to fill out form.
# wrangle student data. edit plot
student_data |>
select(do_you_have_experience_with_the_statistical_computer_language_r) |>
rename(r_experiance = do_you_have_experience_with_the_statistical_computer_language_r )|>
group_by(r_experiance)|>
summarize(
sum()/n()
)# A tibble: 3 × 2
r_experiance `sum()/n()`
<chr> <dbl>
1 No 0
2 No but I have experience with other computer software. 0
3 Yes 0
- Security
- Keeping yourself organized!
- How Data is housed
How we collect and use data without doing harm.
Wrangle some data with the classic SQL.
- Dynamic and Customized Data Graphics
- Geospatial Data and Maps
- Learning with AI
- Function writing and data masking in R
- Iteration