Displaying 3 results from an estimated 3 matches for "standand".
Did you mean:
standard
2009 Nov 13
0
Rarefaction Curve by Individuals not Sites - vegan (specaccum)
...p it says: “Function ‘specaccum’ finds species
accumulation curves or the number of species for a certain number of sampled
sites or individuals”. Well, I would like to finds this curve for
individuals, but when I compute it the function (using the ‘rarefaction’
method) gives me Sites, Richness and Standand Deviation as values. When I
plot it, y axis is the richness (ok with that) and x axis is Sites (here is
the question), how could I make it calculate and plot the accumulating
individuals number?
Well, one problem may be the fact that my data frame has species as columns
and Sites as rows (and abun...
2019 Aug 01
0
Opus 1.3 different default bitrate between opus encoder and opus multistream encoder
I use the Opus multistream encoder for both mono and stereo encodings and after updating from 1.1.3 to 1.3 I noticed the size of the produced Opus files had doubled for 1-channel encodings whereas switching to the standand Opus encoder gave me roughly the same sizes as before. In these tests, I'm encoding an 8kHz mono stream containing only speech with the following options set:
frame length = 20ms
application = voip
bandwidth = auto
max bandwidth = narrowband
bitrate = >unset<
force channels = auto
input...
2010 Jun 21
2
How to predict the mean and variance of the dependent variable after regression
Hi, folks,
As seen in the following codes:
x1=rlnorm(10)
x2=rlnorm(10,mean=2)
y=rlnorm(10,mean=10)### Fake dataset
linmod=lm(log(y)~log(x1)+log(x2))
After the regression, I would like to know the mean of y. Since log(y) is
normal and y is lognormal, I need to know the mean and variance of log(y)
first. I tried mean (y) and mean(linmod), but either one is what I want.
Any tips?
Thanks in