Displaying 2 results from an estimated 2 matches for "fieldn".
Did you mean:
field
2010 Dec 01
1
[R-lme] Extract estimated variances from output of lme?
...el fit by REML
Data: DATA
Log-restricted-likelihood: -430.8981
Fixed: fixed.exp1
....
Random effects:
Formula: ~-1 + mu1 + log.sig1 | animID
Structure: Diagonal
mu1 log.sig1 Residual
StdDev: 2.605223 0.1013134 3.876431
Correlation Structure: General
Formula: ~1 | animID/fieldN
Parameter estimate(s):
Correlation:
1
2 0.612
Variance function:
Structure: Different standard deviations per stratum
Formula: ~1 | type
Parameter estimates:
mu1 log.sig1
1.00000000 0.03722675
Number of Observations: 376
Number of Groups: 32
#########################################...
2012 Sep 06
8
[LLVMdev] PROPOSAL: IR representation of detailed struct assignment information (new version)
Hello,
Persuant to feedback,
http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-August/052927.html
here is a new proposal for detailed struct assignment information.
Here's the example showing the basic problem:
struct bar {
char x;
float y;
double z;
};
void copy_bar(struct bar *a, struct bar *b) {
*a = *b;
}
The solution I now propose here is to have front-ends describe the copy
using