joinpoint | R Documentation |
Use the Command-Line version of "Joinpoint Regression Software" provided by the NIH to run a regression. The software must be downloaded at https://surveillance.cancer.gov/joinpoint/callable/ and installed on a Windows computer. I am not aware of a version of this software for Linux or MacOS.
joinpoint(
data,
x,
y,
by = NULL,
se = NULL,
export_opts = export_options(),
run_opts = run_options(),
cmd_path = getOption("joinpoint_path",
"C:/Program Files (x86)/Joinpoint Command/jpCommand.exe"),
dir = get_tempdir(),
verbose = FALSE
)
data |
A data frame |
x |
|
y |
|
by |
|
se |
|
export_opts |
the result of |
run_opts |
the result of |
cmd_path |
the path to the executable. Can usually be left default to |
dir |
The temporary directory where all the temporary files will be written |
verbose |
Logical indicating whether or not to print out progress |
This function will generate the .ini
files, run the software, and then parse the result files as an plain old R list.
the list of the output tables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.