Description Usage Arguments Details Value Author(s) Examples
View source: R/xpssRegression.R
R Implementation of the SPSS REGRESSION
Function.xpssRegression calculates linear regressions with associated statistics and plots.
1 2 |
x |
a (non-empty) data.frame, data.table object or input data of class "xpssFrame". |
variables |
vector with independent Variables as characters |
dependent |
dependent Variable as character |
method |
regression method to apply. Currently only |
missing |
Method to handle missing values. Currently only listwise is implemented |
statistics |
character vector, which statistics should be in the output. Currently the function will return standard |
origin |
Should the constant be compressed? |
Implementation from SPSS Regression in R
returns a list of lists, each applied method is its own list with regression, anova and beta-coeffizients as elements
Martin Schneider
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.