Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(trajeR)
## ----eval = FALSE-------------------------------------------------------------
# trajeR(
# Y,
# A,
# Risk = NULL,
# TCOV = NULL,
# degre,
# degre.nu = 0,
# Model,
# Method = "L",
# ssigma = FALSE,
# ymax = max(Y) + 1,
# ymin = min(Y) - 1,
# hessian = TRUE,
# itermax = 100,
# paraminit = NULL,
# ProbIRLS = TRUE,
# refgr = 1,
# fct = NULL,
# diffct = NULL,
# nbvar = NULL,
# nls.lmiter = 50
# )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.