search for: msr1

Displaying 2 results from an estimated 2 matches for "msr1".

Did you mean: msr
2011 Mar 31
1
Sequential multiple regression
...but am trying to become more familiar with regression techniques in R. I would like to get the F change from a model as I take away factors: SO... mod1<-lm(y~x1+x2+x3).......mod2<-lm(y~x1,x2).......mod3<-lm(y~x1) I can do this by hand by running several models in R and taking the MSr1/MSe1, MSr2/MSe2... This is slow and I know there's a better way. In SPSS (which I no longer use) I could easily obtain these results (F-change) as documented by Professor Andy Fields: http://www.statisticshell.com/multireg.pdf You can see the F changes for his two IV model yielding 2 F cha...
2010 Jul 28
23
HVM hypercalls
Hi I need to use hypercalls from HVM domain (e.g. HYPERVISOR_add_to_physmap). However, it does not work when I am trying to invoke it from HVM Linux guest. Basically, I don''t see that anything happens on hypervisor''s side. I also grep''ed the guest code for ''vmmcall''/''vmcall'' and did not find anything. Is it possible to do it at all?