Displaying 5 results from an estimated 5 matches for "furg".
Did you mean:
fung
2003 Apr 15
1
About kruskal.test
...ns=
6 7 3 3 3 3 3
sum(ranks(z))
ans= 28
###
then apply multiple comparisions for many other data
SE<-sqrt(n*(n*k)*(n*k+1)/12) # according Zar,JH. Bioestatistical
# Analysis sec.12.6, on pg. 199
Thanks for any helps
Marcelo A. BRUNO
--# Oceanographer #
--# FURG - Dpto.Oceanografia #
--# CP 474 - RIO GRANDE - RS #
--# CEP 96.200-000 BRAZIL #
##############################
2002 May 17
1
Spectral Analysis
Dear R users
Is there a function in R to make a peridogram for
a spectral analysis of unevenlly sampled data??
something like spec.lomb() for S-Plus??
How to plot a vector with unequally spaced time series??
e.g
day/month/year V1
03/08/82 0.34
28/08/82 1.42
12/09/82 0.28
20/09/82 0.56
03/10/82 0.85
21/10/82 1.45
thanks
--
Marcelo Alexandre Bruno - Pos-graduacao Oceanografia Biologica
1998 Jul 20
0
Network Flight Recorder
...39;m planning to deploy a monitoring tool for security purposes, and I'm
considering the Network Flight Recorder. Can anybody give me some pros and
cons about this (or any other sniffing-based) tool?
Thanks in advance.
Best regards,
--
Rafael Rodrigues Obelheiro obelix@biquinho.furg.br
Network Administrator University of Rio Grande - RS - Brazil
Connect yourself to the world: join Linux!
Powered by Linux, the choice of a GNU generation
2002 Aug 20
1
About lm()
Dear Mr. and Mrs.
I'm very grateful for these software and this list.
My question is:
when a use linear multiple regression (lm()) for my data,
abundance ichthyoplankton ~ salinity + temperature + month of the
year(f1 is a factor: 1 for january, 2 for february, ..., 12 for december),
the summary() of results is
...
Coefficients:
Estimate Std. Error t value Pr(>|t|)
2002 Jul 23
2
Converting dates?
Dear R-users
I have some doubts about with converting dates...
e.g.
dates data
23/12/1975 0.8678
03/01/1976 0.8736
28/01/1976 0.765
13/03/1976 0,9654
...
I think that converting these dates can easily my plots...
is there a R function to convert these dates to
a julian dates and so plot that variables??
The help files as.POSIXlt, POSIXt and others
don't aswer my doubts...