knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(solvers)
set.seed(34) d <- randomProblem(100, 10, response="binomial", density = 1, rho=0) f <- getBenchmarks(d$x, d$y, family="binomial", path_length = 20)
d <- randomProblem(1000, 10, response="binomial", density = 1, rho=0) f <- getBenchmarks(d$x, d$y, family="binomial", path_length = 20)
d <- randomProblem(1000, 20, response="binomial", density = 1, rho=0) f <- getBenchmarks(d$x, d$y, family="binomial", path_length = 20)
d <- randomProblem(100, 10, response="binomial", density = 1, rho=0.95) f <- getBenchmarks(d$x, d$y, family="binomial", path_length = 20)
d <- randomProblem(1000, 10, response="binomial", density = 1, rho=0.95) f <- getBenchmarks(d$x, d$y, family="binomial", path_length = 20)
d <- randomProblem(1000, 20, response="binomial", density = 1, rho=0.95) f <- getBenchmarks(d$x, d$y, family="binomial", path_length = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.