취소
다음에 대한 결과 표시 
표시  만  | 다음에 대한 검색 
다음을 의미합니까? 

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
%3CLINGO-SUB%20id%3D%22lingo-sub-629897%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EDeclaraci%C3%B3n%20de%20estratos%20en%20la%20regresi%C3%B3n%20de%20riesgos%20proporcionales%3C%2FLINGO-SUB%3E%0A%20%20%3CLINGO-BODY%20id%3D%22lingo-body-629897%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%0A%20%20%20%3CP%3E%3CSTRONG%3E%C2%BFQu%C3%A9%20inspir%C3%B3%20esta%20solicitud%20de%20lista%20de%20deseos%3F%3C%2FSTRONG%3E%3C%2FP%3E%0A%20%20%20%3CBR%20%2F%3E%0A%20%20%20%3CBR%20%2F%3E%0A%20%20%20%3CP%3E%3CSTRONG%3E%C2%BFCu%C3%A1l%20es%20la%20mejora%20que%20le%20gustar%C3%ADa%20ver%3F%3C%2FSTRONG%3E%3C%2FP%3E%0A%20%20%20%3CP%3EAqu%C3%AD%20est%C3%A1%20el%20c%C3%B3digo%20SAS%3A%3C%2FP%3E%0A%20%20%20%3CBR%20%2F%3E%0A%20%20%20%3CP%3Eprocedimiento%20phreg%3B%3CBR%20%2F%3E%20por%20celda%3B%3CBR%20%2F%3E%20c%C3%B3digo%20de%20clase%2Fpar%C3%A1metro%3Dglm%3B%3CBR%20%2F%3E%20conjunto%20de%20paquetes%20de%20estratos%3B%3CBR%20%2F%3E%20modelo%20%26amp%3Bv%3Dc%C3%B3digo%2Flazos%3Ddiscreto%3B%3CBR%20%2F%3E%20lsmeans%20l%C3%ADneas%20de%20c%C3%B3digo%2Fpdiff%3B%3CBR%20%2F%3E%20correr%3Bsalir%3B%3C%2FP%3E%0A%20%20%20%3CBR%20%2F%3E%0A%20%20%20%3CP%3EBuscando%20poder%20hacer%20este%20an%C3%A1lisis%20en%20JMP.%3C%2FP%3E%0A%20%20%20%3CBR%20%2F%3E%0A%20%20%20%3CP%3E%3CSTRONG%3E%C2%BFPor%20qu%C3%A9%20es%20importante%20esta%20idea%3F%3C%2FSTRONG%3E%3C%2FP%3E%0A%20%20%20%3CBR%20%2F%3E%0A%20%20%20%3CBR%20%2F%3E%0A%20%20%3C%2FLINGO-BODY%3E%0A%20%20%3CLINGO-LABS%20id%3D%22lingo-labs-629897%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%0A%20%20%20%3CLINGO-LABEL%3EModelado%20estad%C3%ADstico%20avanzado%3C%2FLINGO-LABEL%3E%0A%20%20%20%3CLINGO-LABEL%3EInvestigaci%C3%B3n%20de%20mercados%20y%20consumidores%3C%2FLINGO-LABEL%3E%0A%20%20%3C%2FLINGO-LABS%3E
언어 선택 변환 막대 숨기기

Strata Statement in Proportional Hazards Regression

What inspired this wish list request? 

 

 

What is the improvement you would like to see? 

Here is the SAS code:

 

proc phreg;
by cell;
class code/param=glm;
strata package set;
model &v=code/ties=discrete;
lsmeans code/pdiff lines;
run;quit;

 

Looking to be able to do this analysis in JMP.

 

Why is this idea important?