Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i would like to create this variable: piracy rate / 1 - piracy rate either in an Excel sheet or directly in R , programing,
i would like to create this variable:
piracy ratepiracy rate
either in an Excel sheet or directly in R programing, then you take the log of it
to produce a table like table which is attached with exact information in R programming. can you provide me the steps both in R programming and excel.
i keep on having these errors message and would like to fix:
expression pasteLogPiracyRatio log "PiracyRatio", sep
printexpression
"LogPiracyRatio logPiracyRatio
PiracyRatio PIR PIR
LogPiracyRatio logPiracyRatio
Warning message:
In logPiracyRatio : NaNs produced
model glmPIR ~ COL INC COST INT, family binomial
Error in evalfamily$initialize : y values must be y
how can we fix this using R programming.
You need to create the variable mentioned on top of columns and FIRST, then you can proceed using the regression. NOTE: Logit or logistic regression is used ONlY if the dependent variable takes a binary value which is NOT the case here!
my data are as follows:
PIR COL INC COST INT
PIR
COL
INC
COST
INT
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