runCompare: runCompare

Description Usage Arguments Examples

Description

Shiny App to visualize regression trees and compare synthetic vs non synthetic data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
runCompare(
  data1 = NULL,
  data2 = NULL,
  listofpackage1 = installed.packages()[, "Package"],
  listofpackage2 = installed.packages()[, "Package"],
  package1 = if (is.element("BigSyn", listofpackage1)) {     "BigSyn" } else {    
    listofpackage1[1] },
  package2 = if (is.element("BigSyn", listofpackage2)) {     "BigSyn" } else {    
    listofpackage2[1] }
)

Arguments

data1

a dataframe

data2

a dataframe

listofpackage1

a vector of character strings

listofpackage2

a vector of character strings

package1

a character string

package2

a character string

Sparameters

Examples

1
2
3
package1<-NULL
package2<-NULL
runCompare()

DanielBonnery/BigSyn documentation built on June 28, 2020, 7:18 p.m.