search for: multireg

Displaying 3 results from an estimated 3 matches for "multireg".

2011 Mar 31
1
Sequential multiple regression
...) 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 changes. Maybe it's the language I'm using (sequential multiple regression) that yields me poor results in searching the archives and Rseek. The results tend to be around hierarchal regression (I'm not familiar with thi...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ulti register length */ nxt200x_writebytes(state, 0x34, &len2, 1); @@ -188,11 +187,10 @@ static int nxt200x_writereg_multibyte (struct nxt200x_state* state, u8 reg, u8* if (buf == 0) return 0; break; default: return -EINVAL; - break; } pr_warn("Error writing multireg register 0x%02X\n", reg); return 0; @@ -214,11 +212,10 @@ static int nxt200x_readreg_multibyte (struct nxt200x_state* state, u8 reg, u8* d nxt200x_writebytes(state, 0x34, &len2, 1); /* read the actual data */ nxt200x_readbytes(state, reg, data, len); return 0; - bre...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ulti register length */ nxt200x_writebytes(state, 0x34, &len2, 1); @@ -188,11 +187,10 @@ static int nxt200x_writereg_multibyte (struct nxt200x_state* state, u8 reg, u8* if (buf == 0) return 0; break; default: return -EINVAL; - break; } pr_warn("Error writing multireg register 0x%02X\n", reg); return 0; @@ -214,11 +212,10 @@ static int nxt200x_readreg_multibyte (struct nxt200x_state* state, u8 reg, u8* d nxt200x_writebytes(state, 0x34, &len2, 1); /* read the actual data */ nxt200x_readbytes(state, reg, data, len); return 0; - bre...