Displaying 2 results from an estimated 2 matches for "issueb".
Did you mean:
issue
2010 Jul 02
2
unable to get bigglm working, ATTN: Thomas Lumley
...uot;NULL", "Date","Date", "integer",
"factor",rep("numeric",5),rep("integer",2)),
col.names = c("id","dt", "promdt","term", "termfac",
"commintr","commbal","issuebal","intr","ri","loctime","resp")
)
library(biglm);
bigglm (formula = resp ~ poly(relage,2,raw=TRUE)+termfac+ri ,
data = a, family = binomial(link='logit'));
### output:
> bigglm (formula = resp ~ poly(relage,2,raw=TRUE)+termfac+ri ,...
2018 Apr 06
1
InstrItin and SchedWriteRes
Hello Andy,
I want to use the existing scheduling models to estimate performance on a
subtarget. For that, I am looking at the new llvm-mca tool where they only
use SchedReadWrite and state that not supporting Instruction Itineraries is
a limitation.
I have also read that the Instruction Itineraries allow to model certain
things which cannot be represented in the SchedReadWrite however, I am