🧾 Data Preparation Before Upload
Data is uploaded to the Wistats application in Excel format. Preparing and cleaning your data beforehand is essential to ensure accurate analysis.
📋 Preparation Guidelines
- For example, in the gender column, replace values such as
0and1withmaleandfemale. - Correct incorrect entries in cells or leave them blank if necessary.
- Try to define categorical variables with two distinct options — this will make your statistical analysis easier to interpret.
💡 Tip: Ensure data type consistency (text, number, date, etc.) across cells. This prevents potential calculation or parsing errors in Wistats analysis modules.
📊 Excel Upload Screen Guide
🚀 Data Upload Process
- Click on the Project menu.
- In the upper right corner, click New Project or select your Credit.
- Enter the project name.
- Select and upload your Excel file.
🧠 System Analysis
- The system automatically classifies your data as categorical or numerical.
- It detects unusually high or low values.
- Automatically determines the most suitable data types.
- You need to correct incorrectly recognized fields.
- Sometimes numeric data may actually represent categorical values — in that case, you should adjust it manually.
🛠️ Edit Screen
The system automatically opens the Edit Screen, where data types are categorized as follows:
- Categorical data:
select - Integer data:
integer - Decimal data:
float - Date or time data:
datetime - Other data:
text
💾 Saving
If you made any edits, click the Save button. If no edits are needed, you can simply close the screen.
🧩 Guide to Creating a New Column
You can create a new column by defining rules based on other columns.
- Click the New Column button on the column list.
- Edit the name of your new column.
📘 Defining the Column Type
Select the appropriate data type according to the kind of data your new column will contain:
- select → if it will contain categorical options
- integer → if it will contain whole numbers
- float → if it will contain decimal numbers
- datetime → if it will contain date or time data
- text → for all other cases
🎯 Creating Category Options
If you choose the select type, you can add new options in the Option List.
Click the ⭐ icon next to an option to define a rule using other columns.
⚙️ Generating Column Data with Functions
- Set the Manual Column Design Type parameter to “Column Rules and Functions.”
- In the newly visible Column Rules and Functions section, click the ➕ icon to add your function.
- Click the Function button to view all available functions, search by name, and insert examples automatically.
- In functions, add the column’s numeric ID after the
colexpression to specify which column’s value should be used in the calculation.
After defining your columns, click the Save button. The system will automatically calculate and generate cell data. If you edit and save the functions again, recalculations will be performed automatically.
🧮 Example: Creating an Age Group Column
Let’s create a new column that categorizes age groups based on the Age column. Our categories will be:
- Over 50 years old
- Under 50 years old
🔹 Method 1: Using Option Rules
- Set the column type as select.
- In the Column Options section, define your category options and rules.
- Click the Save button.
- Switch to the dataset view to review the generated results.
🔹 Method 2: Using Column Rules and Functions
- Again, set the column type as select.
- In the function field, write your category expression inside single quotes.
- Create your first function and define its rule, then duplicate and adjust it for the second rule.
🧠 How Function Logic Works
- The system executes functions sequentially.
- It continues execution until the last function that returns a positive (True) result.
- If a text string is written inside the function without a defined rule, that text is directly written into the cell.
📈 Wistats Analysis Page
📈 Wistats Interface Guide
On the left side of the screen, you can see the column variables. From here, select the variables you want to analyze by clicking the chart icon next to each one.
On the right side, the analysis outputs for the selected variables are displayed.
📊 Dataset Page
The Dataset page allows you to view filtered data created from the columns. If no filters are applied, the entire dataset will be displayed.
When filters are applied, you can instantly view and download the filtered records.
📈 Statistics Page
This page shows the analysis results of the selected variables. The left side contains the list of outputs, and clicking one shows its details on the right.
In the details section, you’ll find template-based texts automatically generated in a format ready for manuscripts. You can change the language and copy the same content in multiple languages.
- All: Displays all analyses, including detailed distribution texts.
- Main Results: Displays comparative analyses most suitable for publication use.
It is generally recommended to copy texts from the Main Results list.
Automatic figures and tables are generated for statistical analyses. You can right-click on figures to copy them or download tables using the download button.
🤖 Machine Learning Page
This page lists models that predict the output variable based on selected input variables. You can select your input and output variables and start machine learning training.
📝 Report Notes Page
This page collects all notes you’ve added from the statistical text results. Notes are saved even if the page is closed. You can copy these texts and paste them directly into your manuscript template.
📄 Manuscript Template Page
This page provides a ready-to-use article structure. Add your manuscript texts here and copy them all at once later. Frequently used template phrases are also provided for convenience.
🧰 About Tools Page
Contains ready-to-use method descriptions for the Methods section of your manuscript. You can simply copy and paste them into your paper.