Displaying 2 results from an estimated 2 matches for "fix4".
Did you mean:
fix
2009 Sep 04
2
Nested Fixed Effects - basic questions
...of the nested fixed effects or their interactions effect the response, but I could not determine how to specify whether effects were fixed or random, and how to specify nesting.
For example:
lm(response~ fix1+fix2+fix3)
The above, as I understand it, simply asks whether the effects fix1 through fix4 have an effect on the response. However, in reality my experimental design has multiple levels of nesting:
fix1(fix2(fix3(fix4)))
So, how do I do this? To specify nesting, do I need to use another type of model such as lmer or glm?
I also don't know whether the above example is specifying...
2016 Aug 16
8
RFC: A cross platform way of using shell commands in lit tests
...k-prefix=CHECK-FIX1
// RUN: FileCheck -input-file=%T/compilation-database-test/a/b.cpp %s
-check-prefix=CHECK-FIX2
// RUN: FileCheck -input-file=%T/compilation-database-test/b/b.cpp %s
-check-prefix=CHECK-FIX3
// RUN: FileCheck -input-file=%T/compilation-database-test/b/c.cpp %s
-check-prefix=CHECK-FIX4
// RUN: FileCheck -input-file=%T/compilation-database-test/include/header.h
%s -check-prefix=CHECK-FIX5
This test does not require a shell! Remove the line (and change the %S and
%T on the sed line to %/S and %/T) and this test already works on Windows!
I have inspected around 20 tests so far th...