sunduanchen / Scissor

Scissor package
GNU General Public License v3.0
179 stars 31 forks source link

What the mean of "X","Y", and "network" variables in reliability.test function #13

Closed Famingzhao closed 2 years ago

Famingzhao commented 2 years ago

Hi! Thanks for the great tools! When I read the Scissor Tutorial of section "Reliability significance test", I was confused about "result1 <- reliability.test(X, Y, network, alpha = 0.05, family = "cox", cell_num = numbers, n = 10, nfold = 10)". Where can I get the value of "X","Y", and "network"? I only know "numbers" are from "infos1" variable. Best, Faming

Famingzhao commented 2 years ago

load('Scissor_LUAD_survival.RData') is needed.

sunduanchen commented 2 years ago

Yes. The saved Rdata in Scissor can be used as the test inputs.

Thanks, Duanchen