Displaying 12 results from an estimated 12 matches for "hanen".
Did you mean:
hansen
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
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 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 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 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
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 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: http://lists.xiph.org/pipermail/speex-dev/attachments/20080107/9e63f415/attachment.html
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 May 14
2
is there any graphic function
hello:
is there any graphic function under R that allow me to add an interval on
the graphic's picture at any place i want.
i mean by interval the symbol "|----|" showed verticaly and has as middle
the point M with coordinates (yi,ti).please answer me as soon as possible.
--
View this message in context: http://www.nabble.com/is-there-any-graphic-function-tp17240811p17240811.html
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 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 Jun 06
0
bartlett-test
i a have transformed my data to data frame named df with only column names(no
rownames).each column represnt one sample with 3 observations (in deed
nrow(df)=3, and ncol(df)=92).in order to check homoskedasticity of variance
of my 92 samples i do:
bartlett.test(df)
it work and give me a result.but i'm afread of getting false result,knowen
that a call of such function require a vector of data