Displaying 20 results from an estimated 600 matches similar to: "pdf() function, screen command and graphs"
2007 Apr 20
2
sorting data in R
hello,
I'd like know how to sort a data frame in R for example how I should do to sort by Catholic with swiss data frame like below
thanks
Fertility Agriculture Examination Education Catholic Infant.Mortality
Courtelary 80.2 17.0 15 12 9.96 22.2
Delemont 83.1 45.1 6 9 84.84 22.2
2005 Oct 11
2
Problems with plot function
Hello all R users,
My simulation function works correctly, but I have problems with plot
function. You will find the following code using it.
Thank you for your help
##################################################"
simulation <- function(k, n){
conc <- seq(0,10,by=0.5)
#choixg <- seq(1, length(conc))
choixg <- rep(0,length(conc))
for (i in 1:length(conc)){
choixg[i]
2008 Jan 07
2
chi-squared with zero df (PR#10551)
Full_Name: Jerry W. Lewis
Version: 2.6.1
OS: Windows XP Professional
Submission from: (NULL) (24.147.191.250)
pchisq(0,0,ncp=lambda) returns 0 instead of exp(-lambda/2)
pchisq(x,0,ncp=lambda) returns NaN instead of exp(-lambda/2)*(1 +
SUM_{r=0}^infty ((lambda/2)^r / r!) pchisq(x, df + 2r))
qchisq(.7,0,ncp=1) returns 1.712252 instead of 0.701297103
qchisq(exp(-1/2),0,ncp=1) returns 1.238938
2005 Oct 13
1
problems with loop and plot function
Hi all R users,
I have problems with my second loop for drawing the three curves in the
same graphic. I need help please
Thank you in advance
#########################################################################
simulation <- function(k, n){
conc <- seq(0,100,by=0.5)
#choixg <- seq(1, length(conc))
choixg <- rep(0,length(conc))
for (i in 1:length(conc)){
choixg[i] <- (k
2007 Oct 10
1
R-2.6.0> problem to load library(stats) (PR#9956)
Hello,
I just installed R-2.6.0 on my computer (OSX 10.4.10, ppc) and get
the following message when I try to load the library stats:
> library(stats)
Error in dyn.load(file, ...) :
kann shared library '/Library/Frameworks/R.framework/Resources/
library/stats/libs/ppc/stats.so' nicht laden:
dlopen(/Library/Frameworks/R.framework/Resources/library/stats/libs/
ppc/stats.so,
2006 Jun 25
1
Testing a FastAGI script
Hi,
(I tried to post this message a week ago but I don't think it could reach
the list. Please forgive me if you already received it).
I would like to develop my first FastAGI script.
I would like to test it independently from Asterisk for the sake of
simplicity.
Which linux (or cygwin) tool is the best for that ?
Using this tool, I will open a FastAGI connection, throw data in and read
2003 Nov 24
1
mle in the gamma model
Dear [R]-list,
I'm looking for a classic equivalent of the wle.gamma function (library
wle) that estimate robustly the shape and the scale parameters of gamma
data.
I have a vector of iid gamma rv :
>data=rgamma(100,shape=10,scale=3)
and a vector of their weights:
>weights=c(rep(.5/70,70),rep(.25/20,20),rep(.25/10,10))
and want to estimate the scale and shape of the gamma
2020 Mar 11
3
EuroLLVM'20 cancellation notice
The 2020 EuroLLVM Developers’ Meeting is cancelled because of COVID-19.
We are sorry to announce that the 2020 EuroLLVM Developers’ Meeting is
cancelled due to the COVID-19 outbreak. This was not a decision we took
lightly. Here are the reasons we feel it is best to cancel EuroLLVM 2020.
1.
We feel this is the responsible and right thing to do to ensure the
health of all that attend
2007 May 20
3
bouton de fermeture
Bonjour, je voudrais savoir si il est possible de désactiver le bouton de fermeture en haut a droite (le bouton rouge avec une croix blanche), sans se servir de "FRAME_NO_WINDOW_MENU", car j''ai besoin des autres boutons.
Merci.
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2005 Oct 12
0
loop for plot function
Hello all R users,
I would like to add another loop to my following R code ( it works for the
moment correctly) , which will be able to me to vary n (see the code) from
1 to 4 or 5.
And I also would like apply the plot function in this case, eg all four or
five figures in the same graphic (n= 1, 2, ..., 4 ou 5)
I have tested one, but unsuccessfully.
I need you to solve this problems
Thank you
2013 Aug 19
3
Build problems: klibc with Linux 3.10.7
Gauche as it may be, I am reviving an old thread from January:
http://www.zytor.com/pipermail/klibc/2013-January/003402.html.
Building Smoothwall Express 3.1 in a chroot jail works well. (gcc 4.7.2, linux
3.4.58, klibc 2.0.1, et alia).
I'm now working on 'express-next' to prepare for a future release (linux
3.10.7, klibc 2.0.2, et alia). Same build system, worked through some
2003 Jun 03
1
?if (PR#3179)
hello dear [R] experts,
I use [R] 1.7.0 on Unix and have noticed that I could'nt load the help
of the function "if" with the command
>?if
+
+
or the command
> help(if)
Error: syntax error
I deeply thank you and congratulate you for all your work,
[R] is a wonderfull programm :-)
Regards,
dc
2005 Apr 24
2
missing values
Hello,
I have climatic data of various years with many missing values. I would like
to know what tools in R are most suited to estimate this missing values.
(New in R and quite new on statistics).
Thanks,
G
2008 Feb 11
0
Curious
Hello Flac Boys!
I've a little thing, without consequences, I try to understand since last evening; I will try to resume it clearly :
You must know that I create an NTFS partition, for only coding my CD's in FLAC (for home using) and in MP3 (for car using).
My partition inculudes some directories called WAV, FLAC and MP3, amongst others, for personal and paranoiac purposes (double
2003 Jan 25
7
Plotting coloured histograms...
Hi, I am having some trouble trying to plot a histogram in more than one
colour. What I want to do is, plot two vectors in the same histogram, but
with different colours, for instance:
> x <- rnorm(1000,20,4);
> y <- rnorm(1000,10,2);
Then I'd like to have x and y ploted on the same hist (I can do that
already doing w <- c(x,y) then hist(w)) but the bars
2013 Aug 20
0
Build problems: klibc with Linux 3.10.7
Le 19/08/2013 22:45, Neal Murphy a ?crit :
> Gauche as it may be, I am reviving an old thread from January:
> http://www.zytor.com/pipermail/klibc/2013-January/003402.html.
>
> Building Smoothwall Express 3.1 in a chroot jail works well. (gcc 4.7.2, linux
> 3.4.58, klibc 2.0.1, et alia).
>
> I'm now working on 'express-next' to prepare for a future release (linux
2003 Jun 04
2
Crash with R1.7.0 + Windows XP Professional
Dear R-Help,
I've had some problems installing the R 1.7.0 binary on Windows XP
Professional. If I launch R from the Start Menu or the Desktop, R crashes.
However, if I launch by double-clicking on an .RData file, R loads up just
fine. I've never had any problems with previous versions/OS. Has anyone
else encountered this problem?
Thanks!
Simon
2010 Sep 23
2
Dragon Age dlc issues
Hello. I've read through the dragon age wine appdb page, installed all the requisite stuff through winetricks, used a fresh prefix and all that, but my dlc in dragon age is always showing up as unauthorized. I'm pretty sure the dragon age updater service is running, it just can't seem to see my account as being authorized to use the dlc. I have in fact bought a couple of dlc's such
2000 Dec 11
1
qqline (PR#764)
I think qqline does not do exactly what it is advertised to do ("`qqline'
adds a line to a normal quantile-quantile plot which passes through the
first and third quartiles."). Consider the graph:
tmp <- qnorm(ppoints(10))
qqnorm(tmp)
qqline(tmp)
The line (which I expected go through all the points), has a slightly
shallower slope than does the points plotted by qqnorm. I think
2008 Aug 05
2
qqline function doesn't plot
I have a data vector x. When I try
qqline(x)
I get the following error:
Error in int_abline(a = a, b = b, h = h, v = v, untf = untf, ...) :
plot.new has not been called yet
And a blank plot appears.
Can anybody help? What am I doing wrong?
Thanks,
Scotty
_________________________________________________________________
Contest
[[alternative HTML version deleted]]