ProStaR analysis report

``` {r setup, include=FALSE} knitr::opts_chunk$set(cache=FALSE)

# Versions

```r

library(DT)
DT::datatable(getPackagesVersions('installed'), 
                          escape = FALSE,
                          rownames = FALSE,
                          option=list(
                                dom = 't',
                                server = FALSE,
                                autoWidth=TRUE,
                          ordering = FALSE
              )
            )

Summary for data processing

library(DT)
df <- BuildParamDataProcessingDT()

if (!is.null(df)){
  library(DT)
DT::datatable(df, 
                          escape = FALSE,
                          rownames = FALSE,
                          option=list(
                                dom = 't',
                                server = FALSE,
                                autoWidth=TRUE,
                          ordering = FALSE
              )
            )


}

Summary for data mining

library(DT)
df <- BuildParamDataMiningDT()

if (!is.null(df)){
library(DT)
DT::datatable(df, 
                          escape = FALSE,
                          rownames = FALSE,
                          option=list(
                                dom = 't',
                                server = FALSE,
                                autoWidth=TRUE,
                          ordering = FALSE
              )
            )



}


Try the Prostar package in your browser

Any scripts or data that you put into this service are public.

Prostar documentation built on April 11, 2021, 6 p.m.