会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
breece
随笔分类 -
R
longitudinal model
2014-07-26 11:40 by breece, 355 阅读,
收藏
,
摘要: 1.读数据 excel文件 1.library(RODBC);z<-odbcConnectExcel("weather.xls");(w<-sqlFetch(z,"Sheet1"));odbcClose(z); 选择文件: data=odbcConnectExcel(file.choose());显示文件信息:sqlTables(data); 2.文件另存为prn格式;w<-read.table(...
阅读全文
0 Comment
About