Skip to content

Files

Latest commit

d5c46ae · Jan 15, 2017

History

History
executable file
·
35 lines (18 loc) · 1.23 KB

Howto2.md

File metadata and controls

executable file
·
35 lines (18 loc) · 1.23 KB
title author output
Structural Equation Modeling with R
Keon-Woong Moon
html_document

Analyze Your Own Data

In this chapter, I will discuss how to upload your own data to the Structural Equation Modeling(SEM) with R app and edit the data.

Upload data

You can upload your own data by clicking the choose file button(1). In the popup window, you can select your own data file(2). A data file with Microsoft excel format(*.xlsx) or comma-separate value format(*.csv) is allowed. Because an excel file contains calculations, functions or macros may cause error, the *.csv format is preferred. You can save an excel file with a *.csv format by "save as..." menu on excel. The limitation of file size is 30 MB. After selection of you data file, press choose button(3).

14.png

After a few seconds, the upload completed.You should select the uploaded_file(1) among the Select Data radio buttons. Your file is displayed at Edit Data window.

15.png

Edit data

You can edit your data by click a cell in the table. You can use your data table as a spreadsheet.

16.png

Insert/remove row

By right click the table, you can insert row or remove row.

17.png