search for: testpr

Displaying 3 results from an estimated 3 matches for "testpr".

Did you mean: tester
2010 Dec 14
1
survfit
...ld 32-bit) > library(glmpath) *> dataall <- list(x=lung.data$x[1:130,], time=lung.data$time[1:130], status=lung.data$status[1:130])* * > fit.a <- coxpath(dataall) > testall <- list(x=lung.data$x[131:137,], time=lung.data$time[131:137], status=lung.data$status[131:137]) > testpred <- predict(fit.a, testall, s=0.99, type='coxph', mode='lambda.fraction') > testpred Call: coxph(formula = Surv(time, status) ~ x, method = object$method) coef exp(coef) se(coef) z p karno -0.00756 0.992 0.0364 -0.208 0.84 Likelihood ratio test=...
2010 Dec 14
0
Urgent help requested using survfit(individual=T):
...ld 32-bit) > library(glmpath) *> dataall <- list(x=lung.data$x[1:130,], time=lung.data$time[1:130], status=lung.data$status[1:130])* * > fit.a <- coxpath(dataall) > testall <- list(x=lung.data$x[131:137,], time=lung.data$time[131:137], status=lung.data$status[131:137]) > testpred <- predict(fit.a, testall, s=0.99, type='coxph', mode='lambda.fraction') > testpred Call: coxph(formula = Surv(time, status) ~ x, method = object$method) coef exp(coef) se(coef) z p karno -0.00756 0.992 0.0364 -0.208 0.84 Likelihood ratio test=...
2018 Dec 01
20
[Bug 1305] New: Rules in second chain same hook ignored if first chain has policy drop
...Stretch, nft version 0.9.0-1 kernel 4.9.0-8-amd64 Am finding behaviour in added chains a bit different to that expected from reading all the documentation. I have chain input {type filter hook input priority 0; policy drop;} This carried most of the firewall rules. I then added another chain testpr {type filter hook input priority -1;} I cut and pasted the rule to accept ftp from the input chain (where it had been working) into the testpr chain. ftp was blocked. The packets should have traversed testpr first, been accepted before, if necessary entering input chain. This was obviously not ha...