Following what Erich wrote, if you are on Windows, there is also a
step-by-step screenshot guide for upgrading R using the installr package:
http://www.r-statistics.com/2015/06/a-step-by-step-screenshots-tutorial-for-upgrading-r-on-windows/
Contact
Details:--
You have not included the output of session info() which suggests you have nit
read the Posting Guide... go do that now.
I am not aware of any install procedure that deletes R packages. You can
usually install multiple versions of R. Each X.Y version of R by default refers
to a different librar
If you are running R on Windows,
there is the package installr which will help you with the process
of upgrading.
And item 2.8 in the R for Windows FAQ has some information about upgrading also.
> On 25 Jul 2015, at 06:41, Waqas Shafqat wrote:
>
> Dear sir,
>
> I am using currently R 3.1.3. But
Dear sir,
I am using currently R 3.1.3. But i wnat to upgrade this version to R 3.2.0
but i am feared that the libraries which i have installed may be remove?
please guide me.
thanks
--
Waqas Shafqat Chattha
Ph. D Scholar
Department of Plant Breeding and Genetics
University of Agriculture, Faisa
At 21:15 07/01/2014, =?ISO-8859-9?Q?sevda_datl=FD?= wrote:
Hello,
I am a master student in Educational Measurement and Evaluation, my thesis
subject is "comparison of estimation methods used for confirmatory factor
analysis". For my thesis study, I need to generate datas that provides some
featu
Look at the mvrnorm function in the MASS package.
The within or transform functions may also be of use to you in
creating the data as a combination of the factors that you create
using mvrnorm.
On Tue, Jan 7, 2014 at 2:15 PM, sevda datlı wrote:
> Hello,
>
> I am a master student in Educational
Hello,
I am a master student in Educational Measurement and Evaluation, my thesis
subject is comparison of estimation methods used for confirmatory factor
analysis. For my thesis study, I need to generate datas that provides some
features. I will generate these datas by changing correlation betw
ards,
Lan
-Original Message-
From: David Carlson [mailto:dcarl...@tamu.edu]
Sent: Monday, July 29, 2013 5:16 PM
To: Gu, LanYing; r-help@r-project.org
Subject: RE: [R] about R stat.table function
Where did you find out about stat.table()? There is one in package Epi, but who
knows if
#---
A.K.
- Original Message -
From: "Gu, LanYing"
To: "r-help@r-project.org"
Cc:
Sent: Monday, July 29, 2013 3:23 PM
Subject: [R] about R stat.table function
Hi R Help group,
I try to use stat.table function in my R script, when I run
, LanYing
Sent: Monday, July 29, 2013 2:24 PM
To: r-help@r-project.org
Subject: [R] about R stat.table function
Hi R Help group,
I try to use stat.table function in my R script, when I run
stat.table in R. it shows that "No stat.function found", and I
try to get help using "?
Hello,
Where did you get that script from? You should ask the person that gave
it to you for that missing function, of which we know nothing about.
Hope this helps,
Rui Barradas
Em 29-07-2013 20:23, Gu, LanYing escreveu:
Hi R Help group,
I try to use stat.table function in my R script, whe
Hi R Help group,
I try to use stat.table function in my R script, when I run stat.table in R. it
shows that "No stat.function found", and I try to get help using "?stat.table"
it shows that "No documentation for 'stat.table' in specified packages and
libraries:
you could try '??stat.table'".
i
Hello,
Anyone know if R can read others format like the format.freeling
here the software: http://gramatica.usc.es/pln/tools/freeling.html
I want create a corpus with this format, or ¿ the best way is read from a
plain text?
thanks in advanced.
Greetings
Jenn.
[[alternative HTML versio
See R Windows FAQ 2.6
On Monday, 14 November 2011, R. Michael Weylandt
wrote:
> I haven't personally used it, but I think this might work:
> http://sourceforge.net/projects/rportable/
>
> Michael
>
> 2011/11/14 Francisca Soares dos Santos :
>> Hello,
>>
>> I would like to get help on the instala
I haven't personally used it, but I think this might work:
http://sourceforge.net/projects/rportable/
Michael
2011/11/14 Francisca Soares dos Santos :
> Hello,
>
> I would like to get help on the instalation of R.
> I have too few free space in my pc hard disk. So I wonder if it is possible
> to
Hello,
I would like to get help on the instalation of R.
I have too few free space in my pc hard disk. So I wonder if it is possible
to install R on an external removable hard drive.
Can it be done? How should I proceed?
Thank you for your help.
best regards,
Francisca A. S. dos Santos Bronner
Red-R before without success. RKward seems to me an Editor of R.
B.R.
satimis
- Original Message
From: Ajay Ohri
To: Stephen Liu
Cc: r-help@r-project.org
Sent: Thu, November 18, 2010 11:30:14 AM
Subject: Re: [R] About R and RKward
some comparisons for interfaces to R on desktop-dr
some comparisons for interfaces to R on desktop-draft from blog post
(JSS paper is submitted for GUI issue but not vetted)
http://decisionstats.com/2010/10/05/interfaces-to-r/
RKward is number 4
have you researched out all R commander E plugins before settling on R Kward
R commander is by J F
Hi all,
Has any folk tested or been using RKward? Please shed me some light whether it
takes data from the spreadsheet, analyzes the data and puts the data back to
the
spreadsheet, similar to RExcel and "R and Calc". Or RKward is only an editor
of
R, working on front-end?
I have tested REx
Yes, there are differences between R on Windows and R on Linux.
You probably want this document:
http://cran.r-project.org/bin/windows/base/rw-FAQ.html
Hope this helps a little.
Allan
On 06/08/10 16:47, Stephen Liu wrote:
Hi folks,
I have R x64 2.11.1 installed on Win 7 64 bit which is runn
Hi folks,
I have R x64 2.11.1 installed on Win 7 64 bit which is running as VM (guest) on
Oracle VirtualBox. Is there any difference between it and R on Linux? I can
install another R on Debian 5.04, also running as VM. TIA
B.R.
Stephen L
__
R-
Thatis was not my original question. My original questions was how
memory is managed/allocated in R?
On Thu, Dec 10, 2009 at 6:08 PM, jim holtman wrote:
> If you really want to code like a C++ coder in R, then create your own
> object and extend it when necessary:
>
> # take a variation of this;
If you really want to code like a C++ coder in R, then create your own
object and extend it when necessary:
# take a variation of this; preallocate and then extend when you read a
limit
x <- numeric(2)
for (i in 1:100){
if (i > length(x)){
# double the length (or whatever you want)
I have a situation that I can not predict the final result's dimension.
In C++, I believe that the class valarray could preallocate some
memory than it is actually needed (maybe 2 times more). The runtime
for a C++ equivalent (using append) to the R code would still be C*n,
where C is a constant a
For the case below, you don't need to know anything about how R
manages memory, but you do need to understand basic concepts
algorithmic complexity. You might find "The Algorithm Design Manual",
http://www.amazon.com/dp/1848000693, a good start.
Hadley
On Thu, Dec 10, 2009 at 10:26 AM, Peng Yu
Related...
Rule of thumb:
Pre-allocate your object of the *correct* data type, if you know the
final dimensions.
/Henrik
On Thu, Dec 10, 2009 at 8:26 AM, Peng Yu wrote:
> I'm wondering where I can find the detailed descriptions on R memory
> management. Understanding this could help me understa
I'm wondering where I can find the detailed descriptions on R memory
management. Understanding this could help me understand the runtime of
R program. For example, depending on how memory is allocated (either
allocate a chuck of memory that is more than necessary for the current
use, or allocate th
shuyan wu wrote:
> Hi,
> After I installed R in my computer, I have loaded package Faraway,
You probably mean package "faraway", but that should not be related to
the following problem.
> but when I want to plot, it will show errors like below:
>
> *> x<-c(1,2)
>> y<-c(3,4)
>> plot(x,y)
>
Hi,
After I installed R in my computer, I have loaded package Faraway, but
when I want to plot, it will show errors like below:
*> x<-c(1,2)
> y<-c(3,4)
> plot(x,y)
Error in windows() : unable to start device devWindows*
I don't know why, please help me.
Shuyan
[[alternative HTML ver
I'm not familiar with "the Schuster system", but
RSiteSearch("Schuster") produced 34 hits and RSiteSearch("river", "fun")
produced 133 for me just now.
If this does not lead you to an answer to your question, PLEASE do
read the posting guide http://www.R-project.org/posting-guide.h
Hello,
My name is Ion Andronache and I am a candidate for a doctor's degree on
geomorphology in Braila, Romania. I would like to ask for some advice. I
would like to make an analysis on the Danube's flow capacity and to
determine the circles and periodicity using the Schuster system. I
understood
Google for
CRAN sna
and the first hit gets you to it.
Or from within R:
library(sna)
efficiency
will list its code (but not its comments).
On Nov 10, 2007 1:44 PM, Reiny Song <[EMAIL PROTECTED]> wrote:
> Is anyone know some thing about sna package source code??
>
> I have a question about sna
Is anyone know some thing about sna package source code??
I have a question about sna source code,
I need some functions in R sna package,
so I check the source code.
There is a function called efficiency in sna package, but I didn't find the
any code about "efficiency",
anyone know it?
thank
33 matches
Mail list logo