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/Equation_Expression.R below:

## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----setup-------------------------------------------------------------------- library(Colossus) library(data.table) ## ----------------------------------------------------------------------------- term_n <- c(0, 0, 1) tform <- c("loglin", "loglin", "lin") names <- c("dose0", "dose1", "dose2") modelform <- "M" tstart <- "t0" tend <- "t1" event <- "lung" Model_Eq <- "cox(t0, t1, lung) ~ loglinear(dose0, dose1, 0) + linear(dose2, 1) + multiplicative()" Model_Eq <- "cox(t0, t1, lung) ~ loglinear(dose0, dose1) + linear(dose2, 1)" df <- data.table("dose0" = 1:4, "dose1" = 2:5, "dose2" = 3:6) Convert_Model_Eq(Model_Eq, df)

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