crear_modelo: Create model

Description Usage Arguments Value

View source: R/Pruebas.R

Description

Create model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
crear_modelo(
  data,
  var_est,
  var_exp,
  intercep = NULL,
  method,
  percTest,
  ln_vars = F,
  ln_vars_tr = NULL,
  trC_method = "none",
  trC_num,
  trC_rep
)

Arguments

data

A database to use

var_est

A character value with the column of x axis

var_exp

A logical value: T if the graphic contains variable y; F if not

intercep

A character value with the column of y axis

method

A character value with the column of group

percTest

A character value with the type of graphic

ln_vars

ln_vars_tr

trC_method

trC_num

trC_rep

Value

A plot object


MarcoAlvaradoS/EDAS documentation built on July 19, 2021, 6:34 a.m.