Displaying 4 results from an estimated 4 matches for "baseform".
Did you mean:
basefarm
2010 Dec 02
1
problem with package rsm: running fit.mult.impute with cph
Hi all (and especially Frank),
I'm trying to use x=T, y=T in order to run a validated stepwise cox
regression in rsm, having multiply imputed using mice. I'm coding
model.max<-fit.mult.impute(baseform,cph,miced2,dated.sexrisk2,x=T,y=T)
baseform is
baseform<-Surv(si.age,si=="Yes")~ peer.press + copy.press + excited +
worried + intimate.friend + am.pill.times + info.parents + info.teacher +
info.sch.nurse + info.friends + info.media + info.clinic + info.gp +
info.fpa + info.chemist...
2012 Aug 01
3
[LLVMdev] TableGen related question for the Hexagon backend
...a table with the
information. Idea is to have a new class, say Relations, with some members
of type 'Instruction' each representing a specific relation between itself
and 'ThisInstr'.
For example:
class Relations {
Instruction ThisInstr;
Instruction BaseForm;
Instruction TruePred;
Instruction FalsePred;
}
def Rel_ADDrr : Relations<ADDrr, ADDrr, ADDrr_p, ADDrr_np>; def Rel_ADDrr_p
: Relations<ADDrr_p, ADDrr, , >; def Rel_ADDrr_np : Relations<ADDrr_np,
ADDrr, , >;
I wonder if TableGen can parse Relati...
2012 Aug 02
0
[LLVMdev] TableGen related question for the Hexagon backend
...ea is to have a new class, say Relations, with some members
> of type 'Instruction' each representing a specific relation between itself
> and 'ThisInstr'.
>
> For example:
> class Relations {
> Instruction ThisInstr;
> Instruction BaseForm;
> Instruction TruePred;
> Instruction FalsePred;
> }
>
> def Rel_ADDrr : Relations<ADDrr, ADDrr, ADDrr_p, ADDrr_np>;
> def Rel_ADDrr_p: Relations<ADDrr_p, ADDrr, , >;
> def Rel_ADDrr_np : Relations<ADDrr_np,ADDrr, , >;
The prob...
2012 Aug 16
2
[LLVMdev] TableGen related question for the Hexagon backend
...is to have a new class, say Relations, with some members of type
> 'Instruction' each representing a specific relation between itself and
> 'ThisInstr'.
>
> For example:
> class Relations {
> Instruction ThisInstr;
> Instruction BaseForm;
> Instruction TruePred;
> Instruction FalsePred;
> }
>
> def Rel_ADDrr : Relations<ADDrr, ADDrr, ADDrr_p, ADDrr_np>; def
> Rel_ADDrr_p: Relations<ADDrr_p, ADDrr, , >; def Rel_ADDrr_np :
> Relations<ADDrr_np,ADDrr, , >;
The pr...