Description Usage Arguments Value Author(s) See Also Examples
This function carries out a by-item regression for the simulated data sets generated in simulate.regression.fnc. It is not designed to be used independently.
1 |
data |
A data frame as produced by make.reg.fnc(). |
A model fitted with lm().
R. H. Baayen
See Also simulateRegression.fnc
and
make.reg.fnc
.
1 2 3 4 5 6 | ## Not run:
dat = make.reg.fnc()
dat.lm = item.fnc(dat)
summary(dat.lm)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.