Displaying 7 results from an estimated 7 matches for "1&lq".
2024 Feb 24
1
Interactions in regression
...egarding interactions in anova and regression
and packages for tabulating and visualizations the results of them.
Here we are:
https://stackoverflow.com/questions/77933272/how-to-add-a-reference-level-for-interaction-in-gtsummary-and-sjplot/77935742#77935742
,
https://stackoverflow.com/questions/78016795/how-to-add-reference-levels-for-interaction-in-r?noredirect=1&lq=1
.
I was wondering because I usually use GUI software and these questions did
not get answers, if from a technical point of view
how to do it, using these (sjPlot, gtsummary) or other ways to make such
tables, inserting the r...
2024 Feb 25
1
Interactions in regression
...en't already done so. My minimal efforts brought up lots of hits,
though none may be useful for your concerns, especially, as has already
been pointed out, as your query doesn't seem to make much sense
statistically.
Cheers,
Bert
On Sun, Feb 25, 2024 at 7:46?AM Jacek Kownacki <samsungx1298 at gmail.com>
wrote:
> Hi All,
> I stumbled upon some topics regarding interactions in anova and regression
> and packages for tabulating and visualizations the results of them.
> Here we are:
>
> https://stackoverflow.com/questions/77933272/how-to-add-a-reference-level-for...
2024 Feb 25
1
Interactions in regression
...sk)
with regard to SO OP question. As I mentioned, in paper I would not do
this, but out of curiosity I use R this time trying to create it.
If in R this is trivial task as well, could you please show how to do it ?
After googling a lot I did not find solution.
regards,
Jacek
niedz., 25 lut 2024 o 17:00 Bert Gunter <bgunter.4567 at gmail.com> napisa?(a):
> It is trivial in R to add whatever decorations to a plot that you would
> like, but that requires that you go beyond point and click production of
> graphics and write actual code. If you are unwilling or unable to do this,
&...
2019 Mar 14
3
RFC: ELF Autolinking
On Thu, Mar 14, 2019 at 3:32 PM Peter Smith <peter.smith at linaro.org> wrote:
> Hello,
>
> I've put some comments on the proposal inline. Having to had to debug
> library selection problems where all the libraries are visible on the
> linker command line, I would prefer if people didn&...
2019 Mar 14
2
RFC: ELF Autolinking
On Thu, Mar 14, 2019 at 5:58 PM Rui Ueyama <ruiu at google.com> wrote:
> On Thu, Mar 14, 2019 at 9:45 AM bd1976 llvm via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> On Thu, Mar 14, 2019 at 3:32 PM Peter Smith <peter.smith at linaro.org>
>> wrote:
>>
>>...
2019 Mar 18
2
RFC: ELF Autolinking
On Fri, Mar 15, 2019 at 6:23 AM bd1976 llvm <bd1976llvm at gmail.com> wrote:
>
>
> On Thu, Mar 14, 2019 at 6:43 PM bd1976 llvm <bd1976llvm at gmail.com> wrote:
>
>>
>>
>> On Thu, Mar 14, 2019 at 5:58 PM Rui Ueyama <ruiu at google.com> wrote:
>>
>>>...
2019 Mar 14
11
RFC: ELF Autolinking
...allows
developers to specify inputs to the linker in their source code. LLVM and
Clang already have support for autolinking on ELF via embedding strings,
which specify linker behavior, into a .linker-options section in
relocatable object files, see:
RFC - http://lists.llvm.org/pipermail/llvm-dev/2018-January/120101.html
LLVM -
https://llvm.org/docs/Extensions.html#linker-options-section-linker-options,
https://reviews.llvm.org/D40849
Clang -
https://clang.llvm.org/docs/LanguageExtensions.html#specifying-linker-options-on-elf-targets,
https://reviews.llvm.org/D42758
However, although support w...