readmemcorran2.txt

来自「这是一个matlab版的基础响应分析功能文件」· 文本 代码 · 共 41 行

TXT
41
字号
MCORRAN2 Multiple Correspondence Analysis Based on the Burt Matrix. 
-------------------------------------------------------------
Created by A. Trujillo-Ortiz, R. Hernandez-Walls and K. Barba-Rojo
           Facultad de Ciencias Marinas
           Universidad Autonoma de Baja California
           Apdo. Postal 453
           Ensenada, Baja California
           Mexico.
           atrujo@uabc.mx

Copyright (C) December 24, 2008.
-------------------------------------------------------------
Congratulations on deciding to use this MATLAB macro file.  
This program has been developed to help you quickly to work with
the discriminant analysis.
-------------------------------------------------------------
This zip file is free; you can redistribute it and/or modify at your option.
-------------------------------------------------------------
This zip file contains....
	List of files you should need

mcorran2.m             Multiple Correspondence Analysis.
vline.m                Draws a vertical line on the current axes.
hline.m                Draws a horizontal line on the current axes.
plot2org.m             scatter plot with connecting lines to origin.
READMEmcorran2.TXT
-------------------------------------------------------------
Usage:

1. It is necessary you have defined on Matlab the X - data matrix. Size of
matrix (X) must be p-by-p; p=levels of the categorical variables. 

2. For running this file it is necessary to call the m-function as 
mcorran1(X). Please see the help mcorran2.

3. Once you input the arguments, it will appears your results. 
-------------------------------------------------------------
I claim no responsibility for the results that are obtained 
from your data using this file.
-------------------------------------------------------------
Copyright. 2008

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?