Displaying 4 results from an estimated 4 matches for "xinyi".
Did you mean:
xianyi
2020 Feb 26
2
llvm/clang documentation i18n ?
...rtedly support the concept of translating the docs into other languages, the problem with it is that they are likely to rot very quickly as changes are made to the canonical English versions. How would you propose these be kept up-to-date?
>
> James
>
> On Wed, 26 Feb 2020 at 00:49, yun xinyi via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi everyone,
>>
>> I have translated part of the llvm/clang documentation (from English to Chinese).
>> I wonder if it's possible to merge them into llvm-project/doc ?
>> Or place a link or short de...
2008 Jan 05
1
Likelihood ratio test for proportional odds logistic regression
...-10 1
> anova(fit1,fit3)
Likelihood ratio tests of ordinal regression models
Response: housing$Sat
Model Resid. df Resid. Dev Test Df LR stat. Pr(Chi)
1 1 70 158.2002
2 housing$Cont 69 158.2002 1 vs 2 1 -1.224427e-07 1
Thank you,
Xinyi
2020 Feb 25
2
llvm/clang documentation i18n ?
Hi everyone,
I have translated part of the llvm/clang documentation (from English to
Chinese).
I wonder if it's possible to merge them into llvm-project/doc ?
Or place a link or short description on llvm.org to direct people to the
same repo to save duplicate efforts and make it more updated and complete?
Regards,
Max
-------------- next part --------------
An HTML attachment was scrubbed...
2007 Dec 17
2
Capture warning messages from coxph()
Hi,
I want to fit multiple cox models using the coxph() function. To do
this, I use a for-loop and save the relevant results in a separate
matrix. In the example below, only two models are fitted (my actual
matrix has many more columns), one gives a warning message, while the
other does not. Right now, I see all the warning message(s) after the
for-loop is completed but have no idea which model