example of using r #1: exporting the result of correspondence analysis

Post on 15-Jun-2015

3.342 Views

Category:

Software

3 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Example of Using R #1:

Exporting the Result of Correspondence Analysis

Koichi Higuchi

1

2

Preface

This presentation is a part of tutorials for using KH Coder.

KH Coder is a free software for quantitative content analysis or text mining. It is also utilized for computational linguistics.

Details and downloads: http://khc.sourceforge.net/en/

3

Save the Result as *.R File 1/2

We are going to export X-Y coordinates of the plot as CSV file. With this file, you can make a graph with JMP, SPSS or whatever software you like.

(1) Click “Save”

4

Save the Result as *.R File 2/2

(2) Save as a “R Source” file.

5

Start R

(3) Double click “Rgui.bat”

6

Execute the R File You Saved

(4) Drug the “R Source” file you previously saved and drop here. The same plot will be displayed.

7

Export X-Y Coordinates as a CSV File

(5) Drung “export_corresp.r” and drop here.

(6) Specify a file name for the CSV file with X-Y coordinates.

8

The Exported CSV File

When you export a bubble plot, X-Y coordinates and sizes of bubbles will be exported.

9

Example of Using the Exported File (SPSS)

top related