OwenStOnge commited on
Commit
e8d4205
·
verified ·
1 Parent(s): 7f29852

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +4 -0
app.R CHANGED
@@ -441,6 +441,10 @@ predict_stuffplus <- function(data) {
441
 
442
  data$raw_stuff <- raw_stuff
443
 
 
 
 
 
444
  return(data)
445
 
446
  }
 
441
 
442
  data$raw_stuff <- raw_stuff
443
 
444
+
445
+ data <- data %>%
446
+ mutate(stuff_plus = ((raw_stuff - 0.004424894) / 0.01010482) * 10 + 100)
447
+
448
  return(data)
449
 
450
  }