在R 3.1.0中使用一些简单模型回归分析中国GDP数据,但是编译时出现了问题,源代码如下:
new_test.zip
(2.03 KB, 下载次数: 0)
编译时出现问题:
> source("E:\\latex\\R\\becky_R_input.R")
载入需要的程辑包:fields
载入需要的程辑包:spam
载入需要的程辑包:grid
Spam version 0.41-0 (2014-02-26) is loaded.
Type 'help( Spam)' or 'demo( spam)' for a short introduction
and overview of this package.
Help for individual functions is also obtained by adding the
suffix '.spam' to the function name, e.g. 'help( chol.spam)'.
载入程辑包:‘spam’
下列对象被屏蔽了from ‘package:base’:
backsolve, forwardsolve
载入需要的程辑包:maps
载入需要的程辑包:tikzDevice
载入需要的程辑包:filehash
filehash: Simple key-value database (2.2-2 2013-12-16)
Creating temporary TikZ metrics dictionary at:
C:\Users\CHENCH~1\AppData\Local\Temp\RtmpkVuiny/tikzMetricsDictionary
错误于system(latexCmd, intern = T, ignore.stderr = T) :
'D:\Program' not found
此外: 警告信息:
1: 程辑包‘fields’是用R版本3.1.1 来建造的
2: 程辑包‘spam’是用R版本3.1.1 来建造的
> source("E:\\latex\\R\\new_test.R")
错误于system(latexCmd, intern = T, ignore.stderr = T) :
'D:\Program' not found
求大神指点啊~~~{:soso_e105:}
|