Answered step by step
Verified Expert Solution
Question
1 Approved Answer
R coding Hi! Can you help me code this in R please? Q5. Using d3, create the following variables and print first 8 rows for
R coding
Hi! Can you help me code this in R please?
Q5. Using d3, create the following variables and print first 8 rows for Netflix and the new columns along with conm and datadate:
1. Return on assets (roa) = oibdp / at
2. Free cash flow (fcf) = oancf / che
3. Strategic emphasis (strat_emph) = (adv - xrd) / at
My initial code is:
d2 = read.csv("tech_financials.csv", header=TRUE)
d3 <- filter(d1, sale > 0)
Thank you!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started