A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/uwot/../Rcpp/../Colossus/vignettes/Dose_Formula_Inputs.R below:

## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----setup-------------------------------------------------------------------- library(Colossus) library(data.table) ## ----------------------------------------------------------------------------- term_n <- c(0, 1, 1, 0, 0) tform <- c("loglin", "quad_slope", "lin", "lin_int", "lin_slope") keep_constant <- c(0, 0, 0, 1, 0) a_n <- c(1, 2, 3, 4, 5) names <- c("a", "a", "a", "a", "a") val <- Correct_Formula_Order(term_n, tform, keep_constant, a_n, names) term_n <- val$term_n tform <- val$tform keep_constant <- val$keep_constant a_n <- val$a_n names <- val$names

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4