one.pasting.prog: Perform pasting one time in prognostic case.

Description Usage Arguments Value

Description

Perform pasting one time in prognostic case.

Usage

1
2
one.pasting.prog(d.inside, d.outside, trace.inside.condition, alpha, yvar,
  censorvar, g.str, l.str, type, des.res)

Arguments

d.inside

the dataset for subjects in consideration after peeling.

d.outside

the dataset for subjects outside consideration after peeling.

trace.inside.condition

list of signature rules used for d.inside.

alpha

a parameter controlling the number of subjects in consideration.

yvar

the name for response variable.

censorvar

the name for censoring (1: event; 0: censor), default = NULL.

g.str

">=".

l.str

"<=".

type

type of response variable: "c" continuous (default); "s" survival; "b" binary.

des.res

the desired response. "larger": prefer larger response (default) "smaller": prefer smaller response.

Value

a data frame enlisting the signature rules (after pasting) ordered by main effect p-values in each group defined by the rules.


SubgrpID documentation built on May 2, 2019, 8:02 a.m.