search for: soeiro

Displaying 8 results from an estimated 8 matches for "soeiro".

Did you mean: sapiro
2025 Jan 17
1
as.data.frame() methods for model objects
>>>>> SOEIRO Thomas via R-devel >>>>> on Fri, 17 Jan 2025 14:19:31 +0000 writes: > Following Duncan Murdoch's off-list comments (thanks again!), here is a more complete/flexible version: > > as.data.frame.lm <- function(x, ..., level = 0.95, exp = FALSE) { > cf <- x...
2020 May 14
0
justify hard coded in format.ftable
...ix directly (although I find I do use as.data.frame.matrix anyways sometimes even though it is generally better to call the generic.). Also note that the various as.data.frame methods do not address the examples in the SO links I posted which is why I mentioned it. On Thu, May 14, 2020 at 9:22 AM SOEIRO Thomas <Thomas.SOEIRO at ap-hm.fr> wrote: > > Thanks for the links. I agree that such a feature would be a nice addition, and could make ftable even more useful. > > In the same spirit, I think it could be useful to mention the undocumented base::as.data.frame.matrix function in d...
2020 May 13
7
justify hard coded in format.ftable
Dear all, I haven't received any feedback so far on my proposal to make "justify" argument available in stats:::format.ftable Is this list the appropriate place for this kind of proposal? I hope this follow-up to my message won't be taken as rude. Of course it's not meant to be, but I'm not used to the R mailing lists... Thank you in advance for your comments, Best,
2025 Jan 17
1
as.data.frame() methods for model objects
...429 2 woolB 1.076887 0.1226144 0.6041221 0.54849393 0.8468381 1.369429 3 tensionM 1.248849 0.1501714 1.4797909 0.14520270 0.9304302 1.676239 4 tensionH 1.395612 0.1501714 2.2196863 0.03100435 1.0397735 1.873229 Thank you. Best regards, Thomas -----Message d'origine----- De?: SOEIRO Thomas Envoy??: jeudi 16 janvier 2025 14:36 ??: r-devel at r-project.org Objet?: as.data.frame() methods for model objects Hello all, Would there be any interest for adding as.data.frame() methods for model objects? Of course there is packages (e.g. broom), but I think providing methods would be...
2020 May 14
0
justify hard coded in format.ftable
>>>>> SOEIRO Thomas >>>>> on Wed, 13 May 2020 20:27:15 +0000 writes: > Dear all, > I haven't received any feedback so far on my proposal to make "justify" argument available in stats:::format.ftable > Is this list the appropriate place for this kind of pr...
2020 May 14
0
justify hard coded in format.ftable
...> Being able to move back and forth between various base class representations seems like something that would be natural to provide. > > Thanks. > > On Thu, May 14, 2020 at 5:32 AM Martin Maechler <maechler at stat.math.ethz.ch> wrote: >> >>>>>>> SOEIRO Thomas >>>>>>> on Wed, 13 May 2020 20:27:15 +0000 writes: >> >>> Dear all, >>> I haven't received any feedback so far on my proposal to make >> "justify" argument available in stats:::format.ftable >> >>> Is this l...
2025 Jan 16
1
as.data.frame() methods for model objects
Hello all, Would there be any interest for adding as.data.frame() methods for model objects? Of course there is packages (e.g. broom), but I think providing methods would be more discoverable (and the patch would be small). It is really useful for exporting model results or for plotting. e.g.: as.data.frame.lm <- function(x) { # could get other arguments, e.g. exp = TRUE/FALSE to
2020 May 15
0
ftable <-> data.frame etc {was "justify hard coded in format.ftable"}
...tail see '?methods' for accessing help and source code > ... need to close now, there's more to be said ... > On Thu, May 14, 2020 at 5:32 AM Martin Maechler > <maechler at stat.math.ethz.ch> wrote: >> >> >>>>> SOEIRO Thomas >> >>>>> on Wed, 13 May 2020 20:27:15 +0000 writes: >> >> > Dear all, >> > I haven't received any feedback so far on my proposal to make "justify" argument available in stats:::format.ftable >> &gt...