Hello :) My name is Kanchan Joshi, and I am excited to introduce myself through this R Markdown HTML BIO report.
I am currently a MS-IS student at Lindner School of Business. My background includes:
Here is a recent photo of me travelling the cleanest and the less explored beaches of Konkan region in Maharashtra:
Here are a few highlights from my career:
Feel free to reach out to me via the following links:
I don’t have any prior experience in R or any other analytics software. I am learning R from our Data Wrangling class and actually loving the experience. Although, it is little fast paced for me- from beginner’s POV.
For those interested, here’s an example of a mathematical equation:
\[ \text{Area of circle} = \pi \times radius^2 \]
Here’s a simple R code chunk demonstrating basic statistics:
# Simple R code chunk
data <- c(1,3,5,7)
mean(data)
## [1] 4