Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

item.fnc

Function for by-item regression used by simulateRegression.fnc


Description

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.

Usage

item.fnc(data)

Arguments

data

A data frame as produced by make.reg.fnc().

Value

A model fitted with lm().

Author(s)

R. H. Baayen

See Also

Examples

## Not run: 
  dat = make.reg.fnc()
  dat.lm = item.fnc(dat)
  summary(dat.lm)

## End(Not run)

languageR

Analyzing Linguistic Data: A Practical Introduction to Statistics

v1.5.0
GPL (>= 2)
Authors
R. H. Baayen <harald.baayen@uni-tuebingen.de>, Elnaz Shafaei-Bajestan <elnaz.shafaei-bajestan@uni-tuebingen.de>
Initial release
2019-01-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.