Hi,
I was using tabout command to create simple summary table.
The result was displayed on txt file but I cannot display the result in excel file. Also I cannot open the excel file. The file shows me "Excel cannot open the file '~' because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file.
Does anyone know how to fix the error?
tabout rawscore using table9.xlsx, c(freq row col) format(1) clab(Count Col_% Cum_%) npos(row) nlab(Sample size) layout(cb) replace
I was using tabout command to create simple summary table.
The result was displayed on txt file but I cannot display the result in excel file. Also I cannot open the excel file. The file shows me "Excel cannot open the file '~' because the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file.
Does anyone know how to fix the error?
tabout rawscore using table9.xlsx, c(freq row col) format(1) clab(Count Col_% Cum_%) npos(row) nlab(Sample size) layout(cb) replace
Comment