step2: step2 - Data exploration, Optimal model verification and...

Description Usage Arguments Value Examples

View source: R/regular_step.R

Description

step2 - Data exploration, Optimal model verification and confirmation

Usage

1
step2(x_train, x_test, y1, y2, y3)

Arguments

x_train

: trainset

x_test

: testset

y1

: y expression of training data( y~. )

y2

: y expression of test data( y~. )

y3

: y value of test data( y )

Value

Linear& random forest model,Residual analysis result, Performance of both models

Examples

1
2
step2(pss2.2  , pss2.3 , pss2.2$throw_Distance~. , pss2.3$throw_Distance~. ,pss2.3$throw_Distance)
If there is no test set, put the training set in the test set field

hogi76/dxlss documentation built on Sept. 22, 2020, 2:38 p.m.