安装 EmpowerStats 2.2:
安装完成后: 在C盘可以看到 C:\Program Files (x86)\EmpowerStats\EmpowerStats目录, 桌面可以看到 EmpowerStats 图标,点击该图标,即启动 EmpowerStats。
EmpowerStats 2.2 使用说明:
1. 系统自动搜索 C:\Program Files (x86)\EmpowerStats\EmpowerStats\R361.zip 文件(~326M), 如有, 解压该文件安装R361到 C:\Users\xxx\AppData\Roaming\EmpowerStats 目录下 (xxx 表示Windows用户名)。
2. 如未发现 R361.zip, 系统自动搜索机器各驱动盘内是否有 EmpowerRCH/UniServerZ/R361/ 目录,即搜索是否安装了 3.0版。 如已安装 3.0版, 直接调用3.0版所带的R361。
3. 如无 R361.zip,也未安装 3.0版, 系统自动下载 http://www.empowerstats.com/analysis/R361/R361.zip, 解压该文件安装R361到 C:\Users\xxx\AppData\Roaming\EmpowerStats 目录下 (xxx 表示Windows用户名)。
Windows 用户名须由英文字符和/或数字组成,不能含中文或运算符号。 如用户名不符合要求, 用户可在Windows下新建一个用户,用新用户名登陆Windows后,再调用EmpowerStats。
如启动 EmpowerStats后,提示: ... R not installed successfully 错误: 找到 C:\Users\xxx\AppData\Roaming\EmpowerStats 目录下 (xxx 表示Windows用户名), 删除 R361 目录和 R361.zip 文件(如有)。 下载 http://www.empowerstats.com/analysis/R361/R361.zip, 将该文件存放到: C:\Program Files (x86)\EmpowerStats\EmpowerStats目录下。 重新启动 EmpowerStats。
Install EmpowerStats 2.2
After installed, there is a "C:\Program Files (x86)\EmpowerStats\EmpowerStats" directory and EmpowerStats icon on desktop, click the icon to start EmpowerStats.
To use EmpowerStats PC version 2.2
EmpowerStats 2.2 will call R 3.6.1, at the start up of EmpowerStats:
1. EmpowerStats auto search C:\Program Files (x86)\EmpowerStats\EmpowerStats\R361.zip (~326M), if found, unzip it to C:\Users\xxx\AppData\Roaming\EmpowerStats (xxx represents Windows username)。
2. if not found R361.zip, EmpowerStats will auto search each driver for /EmpowerRCH/UniServerZ/R361/, which is R directory for EmpowerStats 3.0. If EmpowerStats 3.0 was installed, call 3.0's R.3.6.1 directly.
3. If no R361.zip, and no EmpowerStats 3.0 installed, EmpowerStats will automatically download http://www.empowerstats.com/analysis/R361/R361.zip, and unzip it to C:\Users\xxx\AppData\Roaming\EmpowerStats (xxx represents Windows username).
安装 EmpowerRCH:
完整下载解压后,可以看到一个 EmpowerRCH 目录,内含 Analysis 与 UniServerZ 两个子目录与一个 empower.bat 文件。
使用 EmpowerRCH:
第一步调用 EmpowerRCH/UniServerZ/UniController.exe. UniServerZ 即 Uniform Server, 是一款免费的 Windows 版单机服务器. 详见: https://www.uniformserver.com. 用户也可以直接点击 UniController.exe, 然后点击 Start Apache 键即可 (注意: 不可修改 Apache 参数), 如要关闭Uniform Server, 点击 Stop Apache 即可。
浏览器可以是: chrome, edge, 360, Firefox 。 IE不兼容。 注意: 如使用360浏览器, 请到设置(setting) -> 高级设置 -> 不勾选"不允许任何网站显示弹出式窗口", 如附图所示。
创建新分析项目: 在Analysis目录下新建一个子目录(目录名即为项目名),将要分析的数据文件放到该目录下 (系统不能访问Analysis目录之外的文件)。
360 设置图示:
Install EmpowerRCH:
If done, you will see a "EmpowerRCH" directory, which includes two sub-directories: "Analysis" and "UniServerZ" and a "empower.bat" file.
To use EmpowerRCH:
This executes "EmpowerRCH/UniServerZ/UniController.exe". UniServerZ is Uniform Server, for details see https://www.uniformserver.com. Another way to start is click "UniController.exe", then click "Start Apache" (do not change anay Apache setting), To close Uniform Server, click "Stop Apache".
Use browser: chrome, edge, 360, or Firefox 。 If using 360, please change setting -> advanced setting -> uncheck "Do not allow any website to display pop-up windows".
Install EmpowerStats for Mac OS:
Use Empower4Mac:
Open terminal, enter command: cd Desktop/Empower4Mac/Analysis php -S 127.0.0.1:8623 -t . Empower4Mac/Analysis become a php server now. (if you want to terminate this server, enter "control" + c
Basic unix terminal command: ls (or ls -ltr): List current directory cd /Desktop : switch to Desktop directory chmod 777 *: set permission of read/write/exercute for all files pwd :show current path (location) more myVersion.txt :show myVersion.txt file content.