User Tools

Site Tools


c:g:mrm:2022:week12

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
c:g:mrm:2022:week12 [2022/05/24 12:55] hkimscilc:g:mrm:2022:week12 [2022/06/07 10:50] (current) hkimscil
Line 7: Line 7:
     * [[:statistical regression methods]]     * [[:statistical regression methods]]
     * [[:sequential regression]]     * [[:sequential regression]]
 +  * [[:r:path_analysis]]
   * [[:factor analysis]] egs.   * [[:factor analysis]] egs.
     * <del>[[:r:factor analysis]]</del>     * <del>[[:r:factor analysis]]</del>
 +
  
 <code> <code>
 data("marketing", package = "datarium") data("marketing", package = "datarium")
 +# 위에서 data importing이 안되면 아래 스크립트를 사용
 +marketing <- read.csv("http://commres.net/wiki/_media/marketing_from_datarium.csv")
 +
 head(marketing, 4) head(marketing, 4)
 length(marketing$sales) length(marketing$sales)
 attach(marketing) attach(marketing)
 +
 +
  
 # IV 3개로 multiple regression  # IV 3개로 multiple regression 
c/g/mrm/2022/week12.1653364518.txt.gz · Last modified: 2022/05/24 12:55 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki