search for: xfrac

Displaying 5 results from an estimated 5 matches for "xfrac".

Did you mean: frac
2010 Oct 04
2
i have aproblem --thank you
...ta.frame(T.Grade,Sex,Smoking, L, y) > ddist <- datadist(dfr) > options(datadist='ddist') > f<-lrm(y~T.Grade +Sex+Smoking, data=dfr) > nom<-nomogram(f,fun=function(x)1/(1+exp(-x)),fun.at=c(.01,.05,seq(.1,.9,by=.2),.9,1),funlabel="Risk of Death") > plot(nom, xfrac=0.45) load package bootstrap .................the problem.................... > theta.fit <- function(dfr,y){lsfit(dfr,y)} > theta.predict <- function(fit,dfr){cbind(1,dfr)%*%fit$coef} > sq.err <- function(y,yhat) { (y-yhat)^2} > results <- bootpred(x,y,50,theta.fit,thet...
2010 Oct 04
0
2010年10月4日 19:14:45 自动保存草稿
...ta.frame(T.Grade,Sex,Smoking, L, y) > ddist <- datadist(dfr) > options(datadist='ddist') > f<-lrm(y~T.Grade +Sex+Smoking, data=dfr) > nom<-nomogram(f,fun=function(x)1/(1+exp(-x)),fun.at=c(.01,.05,seq(.1,.9,by=.2),.9,1),funlabel="Risk of Death") > plot(nom, xfrac=0.45) load package bootstrap .................the problem.................... > theta.fit <- function(dfr,y){lsfit(dfr,y)} > theta.predict <- function(fit,dfr){cbind(1,dfr)%*%fit$coef} > sq.err <- function(y,yhat) { (y-yhat)^2} > results <- bootpred(x,y,50,theta.fit,thet...
2010 Oct 04
0
have aproblem --thank you
...ta.frame(T.Grade,Sex,Smoking, L, y) > ddist <- datadist(dfr) > options(datadist='ddist') > f<-lrm(y~T.Grade +Sex+Smoking, data=dfr) > nom<-nomogram(f,fun=function(x)1/(1+exp(-x)),fun.at=c(.01,.05,seq(.1,.9,by=.2),.9,1),funlabel="Risk of Death") > plot(nom, xfrac=0.45) load package bootstrap .................the problem.................... > theta.fit <- function(dfr,y){lsfit(dfr,y)} > theta.predict <- function(fit,dfr){cbind(1,dfr)%*%fit$coef} > sq.err <- function(y,yhat) { (y-yhat)^2} > results <- bootpred(x,y,50,theta.fit,thet...
2011 Jun 02
2
Removal of elements from nomograms
The rms package includes the nomogram function, which generates a list object that can be passed to plot for graphical production of nomograms. I would like to remove the "linear predictor" line in the graph, which means (I suspect) removing it from the nomogram output object. I've looked at the nomogram output object, but it is not clear to me if or how it might be edited to
2010 Oct 04
1
I have aproblem about nomogram--thank you for your help
dear professor: I have a problem about the nomogram.I have got the result through analysing the dataset "exp2.sav" through multinominal logistic regression by SPSS 17.0. and I want to deveop the nomogram through R-Projject,just like this : > n<-100 > set.seed(10) > T.Grade<-factor(0:3,labels=c("G0", "G1", "G2","G3")) >