Hello i cannot see classification table after i conclude nearest neighbor analysis. All other classification methods do provide classification table but not KNN. Is it possible to show KNN classification table?
Hi all,
Thoughts please.
Obviously, AMOS is mainly used for confirmatory factor analysis (CFA) and structural equation modelling (SEM) - but can data from AMOS be used to populate an exploratory factor analysis (EFA) table as part of a measure development process? Specifically can AMOS...
Hi
I am trying to create a custom table in SPSS which has both the count of a variable and the percentage of a variable in the same column. For example, for one row the column should display 850 (89.8) where 850 is the count and 89.9 is the percentage.
Does anyone know if this is possible...
Hi there,
I'm trying to create a png-file for an SPSS table, which sounds like an easy task. However, if I copy the table e.g. to MS Word or MS PowerPoint, the table as a bold frame which is not shown in SPSS. I changed the table layout in the preferences, but it didn't help...
Can...
To extract a PDF table in R I have used the pdftools package:
library(pdftools)
txt <- pdf_text("Downloads/Bac-2016.pdf")
The extracted table I can see as a plain text with:
cat(txt)
The question is how to import this plain text table in a data frame?
My OS is Ubuntu 16.04
* Introducing...
Thanks for reading :wave:
I am a beginner :confused: and trying to make descriptive tables. I am trying to create an 18x18 cross-table. The 18 variables are disease areas and I would like to see which disease areas are likely to overlap. The 18 variables are set up 0/1 and I would only...
I created a table in R using three variables say a,b,c and got an output of the count for the first two by the third(count a*b for each c) [1:27, 1:2, 1:14], I would like to separately plot the a vs b count matricies for each c. (14 graphs of the counts of a vs b) I have no idea where to begin...
Hello,
I have table: 3 cols and over 300k rows.
Col1 - ID (numeric id, ex: 123456)
Col2 - Numb (numeric from 1 to 25, ex: 1)
Col3 - Yes/no (0 or 1)
I have 443 unique IDs. Each ID has more than 400 rows, almost of all have different numbers of rows.
How to split initial table to table in this...
Hi, is there any easy way to automate exporting a table command (with the content() option) to excel?
I know about the various 'mouse' methods of "Copy Table", "Copy Table as HTML", with the "Table Copy Options", but I'm looking for the table equivalent as outreg2 is for regress.
tabout...
Hello, I have the following data
LOGIN,IMPROVE,EXECNUMBER,RESULT
1002,NO,1,0
1002,NO,2,0
1002,NO,3,0
1002,NO,4,0
1002,NO,5,0
1002,NO,6,0
1002,NO,7,0
1002,NO,8,0
1002,NO,9,0
1002,NO,10,0
1002,NO,11,0
1002,NO,12,26
1002,NO,13,61
1002,NO,14,29
1002,NO,15,30
1002,NO,16,36...
I have the following data :
data=[1 3 5 1;2 3 2 3;3 3 5 1;4 4 5 1;5 3 2 1;6 4 2 3;7 3 5 1;8 4 5 1;9 3 4 1;10 4 2 1];
Now i have to
make a table of column 2 and 3 separately.I am not clear what it is asking for.
Do i need to compute the frequency table like the following...
In a random number table , the random numbers are given as first thousand, second thousand, third thousand, and so on.
Every thousand has 25 rows and 1 to 4, 5 to 8 up to 37 to 40 columns.
Suppose i have to draw a sample of size 40 from a population of 10000 and I am using the 1 to 5...
I am trying to perform a Post-ANOVA Tukey test to determine the differences between treatments. I have over 50 treatments (k>50) for some of my tests.
I have calculated my Q value, however when coming to determine the critical value and therefore whether to accept or reject my null...
Hello all
I have recently come across a new free software with table functions at stackoverflow.com:
http://finaquant.com/products/finaquantprotos
With the so called subtable transformer of this .net library it is possible to apply a table or matrix function on all subtables of an input...
Hi,
I would like to ask how can I make a frequencies table for a variable that has each value only once (e.g. income). I have set of 300 different values of income from respondents and I would like to get the frequencies in a table saying "income 0-100 = XX times, income 101-200 = YY times"...
I need to create a "decent" correlation matrix; the output of the R is really ugly and not easy to follow
What are my choices? How can I export the output into a simple table?
Also, I found on the net this beautiful correlation matrix at...