Displaying 4 results from an estimated 4 matches for "61333663".
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,
2020 May 14
0
justify hard coded in format.ftable
...y to convert an ftable into a usable data.frame such as the ftable2df function defined here:
>
> https://stackoverflow.com/questions/11141406/reshaping-an-array-to-data-frame/11143126#11143126
>
> and there is an example of using it here:
>
> https://stackoverflow.com/questions/61333663/manipulating-an-array-into-a-data-frame-in-base-r/61334756#61334756
>
> 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 <maechl...
2020 May 14
0
justify hard coded in format.ftable
...a usable data.frame such as the ftable2df function defined here:
> >
> > https://stackoverflow.com/questions/11141406/reshaping-an-array-to-data-frame/11143126#11143126
> >
> > and there is an example of using it here:
> >
> > https://stackoverflow.com/questions/61333663/manipulating-an-array-into-a-data-frame-in-base-r/61334756#61334756
> >
> > 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...
2020 May 15
0
ftable <-> data.frame etc {was "justify hard coded in format.ftable"}
...> a way to convert an ftable into a usable data.frame such as
> the ftable2df function defined here:
> https://stackoverflow.com/questions/11141406/reshaping-an-array-to-data-frame/11143126#11143126
> and there is an example of using it here:
> https://stackoverflow.com/questions/61333663/manipulating-an-array-into-a-data-frame-in-base-r/61334756#61334756
> Being able to move back and forth between various base class representations
> seems like something that would be natural to provide.
Sure!
But there is already an as.data.frame() method for "ftable",
{and I w...