当前位置:网站首页>Lefse analyzes the local implementation method with all installation files and details to ensure success.
Lefse analyzes the local implementation method with all installation files and details to ensure success.
2022-06-28 01:23:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
I am win7-64 and win10-64 Are completely installed and used , Other systems were not installed successfully due to their own ability . lefse Local analysis package .(https://download.csdn.net/download/weixin_43585681/11530367) install python2.7.(https://download.csdn.net/download/weixin_43585681/11530532) R Language 3.6.1(https://mirrors.tuna.tsinghua.edu.cn/CRAN/bin/windows/base/R-3.6.1-win.exe) This is my summary of installation requirements
- R Language : splines, stats4, survival, mvtnorm, modeltools, coin, MASS
- python libraries: rpy2 , numpy(1.11), matplotlib (1.5), argparse among R The language should only need to be installed mvtnorm, modeltools, coin That's all right.
R The installation script of is as follows : install.packages(“mvtnorm”) install.packages(“modeltools”) install.packages(“coin”)
that R The requirements package has been installed. Next python The four bags need attention , We say it backwards . among argparse It should be self-contained without installation You can verify it as shown in the figure below
matplotlib Can be installed online , The installation script is as follows pip install matplotlib==1.5 Here we can see clearly the installation 1.5 Version of &#x
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/133016.html Link to the original text :https://javaforall.cn
边栏推荐
- Taro---day2---编译运行
- Cloud native O & M article plan
- 完全二叉树的节点个数[非O(n)求法 -> 抽象二分]
- Summary of attack methods of attack team
- Lodash realizes anti shake and throttling functions and native implementation
- 796 div.2 C. managing history thinking
- 【开源】开源系统整理-考试问卷等
- 章凡:飞猪基于因果推断技术的广告投后归因
- #796 Div.2 F. Sanae and Giant Robot set *
- 1696D. Permutation graph thinking
猜你喜欢
Alchemy (7): how to solve problems? Only reconstruction
深入解析kubernetes controller-runtime
N methods of data De duplication using SQL
【无标题】
Proe/creo product structure design - continuous research
Squid proxy server (Web cache layer for cache acceleration)
Why stainless steel swivel
Sword finger offer 61 Shunzi in playing cards
What is promise
面试官问:JS的继承
随机推荐
#796 Div.2 C. Manipulating History 思维
. Mp4 video test address
力扣今日题-522. 最长特殊序列
Flutter SliverAppBar全解析,你要的效果都在这了!
Ceiling scheme 1
How to build dual channel memory for Lenovo Savior r720
Why are cloud vendors targeting this KPI?
Collection de cas d'effets spéciaux en cliquant sur la souris de la page Web
章凡:飞猪基于因果推断技术的广告投后归因
电商转化率这么抽象,到底是个啥?
Ten MySQL locks, one article will give you full analysis
Is it safe for Xiaobai in the stock market to open an account on the Internet?
Redis主从复制、哨兵模式、集群的概述与搭建
云原生运维文章计划
Leetcode 720. 词典中最长的单词(为啥感觉这道题很难?)
无人机专用滑环定制要求是什么
数据人面试指南 | 准备好这几点做到有备无患!
Download, configuration and installation of MySQL
去哪儿网(Qunar) DevOps 实践分享
lodash实现防抖和节流功能及原生实现