Re: [R] printCoefmat() and zap.ind

2023-07-08 Thread Shu Fai Cheung
ysmall() above. > > > This will indeed nicely solve your problem. > > well..., now that I tried to change it "globally" in > printCoefmat() and I see how many of the lm() summary or anova() > outputs .. outputs that get slightly changed, and sometimes > quite un

Re: [R] printCoefmat() and zap.ind

2023-07-07 Thread Martin Maechler
e} is too drastic, ... even though it helps in your case. ... back to the "drawing board" ... Martin >> Second, how can I use zap without this behavior? >> In cases like the one above, I need to use zap such that >> the intercept will not be displayed i

Re: [R] printCoefmat() and zap.ind

2023-07-07 Thread Martin Maechler
will not be displayed in scientific notation. > Disabling scientific notation cannot achieve the desired > goal. > I tried adding cs.ind = 1: well, from the help page ?printCoefmat cs.ind is really about the [ind]ices of [c]oefficient + [s]cale or [s]td.err So, for lm() yo

[R] printCoefmat() and zap.ind

2023-07-06 Thread Shu Fai Cheung
? In cases like the one above, I need to use zap such that the intercept will not be displayed in scientific notation. Disabling scientific notation cannot achieve the desired goal. I tried adding cs.ind = 1: ```r printCoefmat(out_summary$coefficients, zap.ind = 1, digits =