Displaying 20 results from an estimated 300 matches similar to: "is there any graphic function"
2008 Jun 08
2
multinormality
is there any function under R that allows me to test the normality of my 92
sumples?
--
View this message in context: http://www.nabble.com/multinormality-tp17717230p17717230.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 18
2
how can i superpose 2 graphs
Hio
i tried to do this by:
par(new=TRUE)
but the result is one picture but y-axis has 2 diff?rent graduations.how can
i correct this?( i want one graduation on y axis).
--
View this message in context: http://www.nabble.com/how-can-i-superpose-2--graphs-tp17305355p17305355.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 18
3
two curves at one graph
i try to use par(new=TRUE) i get them at the same graph but the y_axis and
x_axis are drowen with two unevenly graduations that graph become
unreadable.
--
View this message in context: http://www.nabble.com/two-curves-at-one-graph-tp17307590p17307590.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 29
2
lm() function
hi,
my linear model is y=c+a*x1+b*x2 i tried to found a, c, b by the use of:
mymodel<-lm(y~1+x1+x2) where y, x1, x2 are 3 vectors with the same length
the result is a=NA.so i want to know where is the problem.
--
View this message in context: http://www.nabble.com/lm%28%29-function-tp17546079p17546079.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 19
2
i want to export a data.frame to file.xls
in order to export a data.frame to sheet.xls i try:
write(df,file="file_name.xls")
but when i open it a message appears:
"impossible to oppen this file. her format is unvalid"
knowen that i work with excel_2007
what is the solution ?
--
View this message in context: http://www.nabble.com/i-want-to-export-a-data.frame-to-file.xls-tp17326119p17326119.html
Sent from the R
2008 May 19
2
how can i sort a column of data.frame ?
i have a data.frame with several columns that i want to sort one of them (one
column) by descending order
in such way that this sorting out recover all colums. what should i do?
--
View this message in context: http://www.nabble.com/how-can-i-sort-a-column-of-data.frame---tp17324725p17324725.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 16
1
(1-alpha)th percentile
hello;
firstly, my gratitude to all who help me to find a function that allows me
to add confidence interval to my graph.
in order to calculate the (1-alpha)th percentile of for exemple an
F(df1,df2) distribution i do like this:
v<-df(alpha,df1,df2)
percentile<-qf(v,df1,df2,alpha)
if it is true please alert me , and if it is not what should do then?
:handshake:
--
View this message in
2008 Jun 05
2
bartlett.test()
i'm trying to test the homogeneity of variance of 92 samples each one
contains 3 observations.
to use bartlett.test function i have created a (3,92) matrix (named xx):
>bartlett.test(xx)
this message appears:
>Erreur dans bartlett.test.default(xx) :
l'argument "g" est manquant, avec aucune valeur par d?faut
when i checked the help i have understood that in g i should
2008 Jan 29
2
how do i creat multiple back to back histograms?
Een ingesloten tekst met niet-gespecificeerde tekenset is
van het bericht gescrubt ...
Naam: niet beschikbaar
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080129/23f6cbc7/attachment.asc
2008 Jan 07
1
one question
I had a program voice chat programmed in delphi now i have a programmer making a new one in vb.net he has informed me speex does not work in vb.net applications i don't understand why not can you give some assistance
Thanks Hanen
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jun 16
1
minimizing title's police
in order to minimize the police of the title of my graph i tried to use:
>title("nombre de fleurs donn?es journellement par 6 cereus peruvianus du
1/07/02 au 31/09/02",font=0)
but this message appears:
Erreur dans title("nombre de fleurs donn?es journellement par 6 cereus
peruvianus de 1/07/02 au 31/09/02", :
valeur sp?cifi?e pour le param?tre graphique
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and
"etc/threaded.rb" to build my first wxApp.
I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to
"Wx::FlexGridSizer").
I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time
of writing it''s growing only vertically.
And also how to get
2003 Aug 26
3
Exporting R graphs
Hi,
I have been a happy user of R for windows for more than a year, however,
recently, I started using linux as my operating system and now I have
practically switched completely. Of course, I still use R with linux,
however, certain nice features of R in windows seem to be missing or
hidden. I need help in basically two points:
1. In windows, I could copy the contents of a window graphic's
2011 Apr 29
2
abline outside of plot region
Hi R people.
I ran into this problem: I created a plot with errbars, like this:
> errbar(x=c(1,2,3,4), y=c(2,1,3,3), yminus=c(1.5,0.5,2.5,2.5),
yplus=c(2.5,1.5,3.5,3.5))
Next, I wanted to accentuate some x value with an abline, like this:
> abline(v=2)
In one of my R sessions (which admittedly I have had open for quite a while
now), the abline draws outside of the plotting region
2012 May 01
1
error bars for a barchart
Hi
I have the following barchart to which I want to add error bars.
library(lattice)
barchart(Change~fTreat,groups=Process,change,
auto.key=list(points=FALSE,rectangles=TRUE),
panel=function(x, y,...){
panel.barchart(x,y,origin = 0,...);
panel.abline(h=0,col="black",...);
}
)
I have tried
2005 Dec 16
6
Switchtower for production?
Hello,
The company that I work for will be developing a large webbased survey
(for a government institution) somewhere in Q1/Q2 of 2006. I''m
investigating the technological possibilities and Rails is certainly a
candidate. The survey application will have to perform under very high
peak load, and the exact specifications of the hardware are not known
at this point. I''m assuming
2005 Jul 29
1
Errbar()-function, cap and logarithmic scaling
Hello!
If I use the errbar-function and have a logarithmic scale on the x-axis,
then the little horizontal bars at the end of the errbars (cap)
disappear. What can I do?
Thanks for helping!
Ute
2012 May 07
1
How can I brake a label in two lines when using expression()?
I making an xyplot and the y label is too long and needs to be in two rows, but when I brake it there is a huge gap between the last text string and the expression, and I can't get rid of it. Any ideas?
Data:
structure(list(Temp = c(8L, 8L, 8L, 8L, 8L, 8L, 12L, 12L, 12L,
12L, 12L, 12L), CO2 = c(380L, 380L, 380L, 750L, 750L, 750L, 380L,
380L, 380L, 750L, 750L, 750L), Treat = structure(c(3L,
2010 Apr 19
2
plotting RR, 95% CI as table and figure in same plot
Hi all--
I am in the process of helping colleagues write up a ms in which we fit
zero-inflated Poisson models. I would prefer plotting the rate ratios
and 95% CI (as I've found Gelman and others convincing about plotting
tables...), but our journals usually like the numbers themselves.
Thus, I'm looking at a recent JAMA article in which both numbers and
dotplot of RR and 95% CI are
2008 May 14
3
[LLVMdev] GPL licensing issues or can GCC be used with llvm for a commercial application?
Hello, Razvan
> after that I use only the Windows interface to it (like any other
> proprietary Windows software does) , GPL forbids me to do that.
That's due to nature of the interface. Binary interface to codec make
the proprietary application 'derived work'.
> - I didn't find any commercial projects (not Operating Systems or
> dual-licensed but simple