Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

12 results for “from:Arie ten Cate”

Discourage the weights= option of lm with summarized data
Arie ten Cate · Oct 7, 2017 · r-devel

In the Details section of lm (linear models) in the Reference manual, it is suggested to use the weights= option for summarized data. This must be discouraged rather than encouraged. The motivation for this is as follows. With summarized data...

Discourage the weights= option of lm with summarized data
Arie ten Cate · Oct 8, 2017 · r-devel

Yes. Thank you; I should have quoted it. I suggest to remove this text or to add the word "not" at the beginning. Arie On Sun, Oct 8, 2017 at 4:38 PM, Viechtbauer Wolfgang (SP) <wolfgang.viechtbauer at maastrichtuniversity...

Discourage the weights= option of lm with summarized data
Arie ten Cate · Dec 3, 2017 · r-devel

Peter, This is a highly structured text. Just for the discussion, I separate the building blocks, where (D) and (E) and (F) are new: BEGIN OF TEXT -------------------- (A) Non-?NULL? ?weights? can be used to indicate that different observations have...

Discourage the weights= option of lm with summarized data
Arie ten Cate · Oct 8, 2017 · r-devel

Indeed: Using 'weights' is not meant to indicate that the same observation is repeated 'n' times. As I showed, this gives erroneous results. Hence I suggested that it is discouraged rather than encouraged in the Details section of lm in...

Bug in model.matrix.default for higher-order interaction encoding when specific model terms are missing
Arie ten Cate · Oct 14, 2017 · r-devel

I think it is not a bug. It is a general property of interactions. This property is best observed if all variables are factors (qualitative). For example, you have three variables (factors). You ask for as many interactions as possible...

Discourage the weights= option of lm with summarized data
Arie ten Cate · Oct 12, 2017 · r-devel

OK. We have now three suggestions to repair the text: - remove the text - add "not" at the beginning of the text - add at the end of the text a warning; something like: "Note that in this case the standard estimates...

Bug in model.matrix.default for higher-order interaction encoding when specific model terms are missing
Arie ten Cate · Oct 27, 2017 · r-devel

Hello Tyler, I want to bring to your attention the following document: "What happens if you omit the main effect in a regression model with an interaction?" (https://stats.idre.ucla.edu/stata/faq/what-happens-if-you-omit-the...

Bug in model.matrix.default for higher-order interaction encoding when specific model terms are missing
Arie ten Cate · Nov 4, 2017 · r-devel

Hello Tyler, I rephrase my previous mail, as follows: In your example, T_i = X1:X2:X3. Let F_j = X3. (The numerical variables X1 and X2 are not encoded at all.) Then T_{i(j)} = X1:X2, which in...

Discourage the weights= option of lm with summarized data
Arie ten Cate · Nov 28, 2017 · r-devel

Since the three posters agree (only) that there is a bug, I propose to file it as a bug, which is the least we can do now. There is more to it: the only other case of a change in...

Bug in model.matrix.default for higher-order interaction encoding when specific model terms are missing
Arie ten Cate · Nov 6, 2017 · r-devel

Hello Tyler, model.matrix(~(X1+X2+X3)^3-X1:X3) T_i = X1:X2:X3. Let F_j = X3. (The numerical variables X1 and X2 are not encoded at all. Then, again, T_{i(j)} = X1:X2, which in this...

Bug in model.matrix.default for higher-order interaction encoding when specific model terms are missing
Arie ten Cate · Nov 1, 2017 · r-devel

Hello Tyler, Thank you for searching for, and finding, the basic description of the behavior of R in this matter. I think your example is in agreement with the book. But let me first note the following. You write: "F...

Bug in model.matrix.default for higher-order interaction encoding when specific model terms are missing
Arie ten Cate · Nov 6, 2017 · r-devel

Hello Tyler, You write that you understand what I am saying. However, I am now at loss about what exactly is the problem with the behavior of R. Here is a script which reproduces your experiments with three variables (excluding...

Can't find what you're looking for? Try searching with Google .