Displaying 20 results from an estimated 3000 matches similar to: "Species accumulation curves with differential sampling effort"
2011 Nov 12
1
Subsetting data leads to funky plots
I'm trying out a basic plot, but something about the way I subset my data
leads to problems with the plot.
Here is the first bit of my data set
year,date,location,quadrat_juvenile,photo_location,photo_exists,genus,count,divers
2005,2005-04-30, 1 Fringing Reef,1, 1 Fringing Reef Coral Transect Pole 1-2
Quadrat 1,t,Acanthastrea,0,HP+MEM
2005,2005-04-30, 1 Fringing Reef,1, 1 Fringing Reef
2009 Mar 27
2
print table (data.frame) to pdf
How can I print a data.frame to a PDF with pdf()...dev.off()
____________
Paulo E. Cardoso
[[alternative HTML version deleted]]
2007 May 18
1
Goodness-of-fit test for gamma distribution?
Hi all,
I am wondering if anyone has written (or knows of) a function that
will conduct a goodness-of-fit test for a gamma distribution. I am
especially interested in test statistics have some asymptotic
parametric distribution that is independent of sample size or values
of fitted parameters (e.g., a chi-squared distribution with some
fixed df), because I want to fit gamma distributions to
2008 Mar 19
1
one/multi-dimensional scaling with incomplete dissimilarity matrix
Dear David,
you asked this question a while ago on the R mailing list and got no
answer. I have the same problem and was wondering if you had found a solution
Cheers
Loic
Loic Thibaut, PhD candidate,
ARC Centre of Excellence for Coral Reef Studies,
School of Marine Biology, James Cook University,
Townsville,
Qld, 4811, Australia.
Tel + 61 747 815 735, Fax: + 61 747 251 570, email:
2008 Nov 12
1
.Random.seed is double
Hi
I am experiencing a problem with the random number generator. When I call
any function that involve RNG such as "runif" or "sample" I get this error:
.Random.seed is not an integer vector but of type 'double'
I can't coerce the random seed and it's recommended not to alter it anyway.
Can anybody help me?
Thanks and kind regards,
Piero Visconti, PhD
2011 Sep 13
1
mvpart analyses with covariables
Hi all,
I am fairly new to R and I am trying to run mvpart and create a MRT using
explanatory variables and covariables. I've been following the procedures in
Numerical Ecoogy with R.
The command (no covariables) which works fine -
ABUNDTMRT <- mvpart(abundance ~
.,factors,margin=0.08,cp=0,xv="1se",xval=nrow(abundance),xvmult=100,which=4)
where abundance is 4th root
2012 Aug 22
1
(Slight) calculation discrepancy in escalc (metafor package)
Hello,
I recently started using the metafor package (version 1.6-0) in R (2.15.1,
64-bit Windows 7) and noticed that I was getting slightly different values
when I manually calculated the standardized mean difference versus what
escalc was giving me. Here''s a very simple example:
escalc(measure="SMD", m1i=5,m2i=10,n1i=5,n2i=5,sd1i=1,sd2i=2,vtype="LS")
The result
2012 Apr 14
1
R Error/Warning Messages with library(MASS) using glm.
Hi there,
I have been having trouble running negative binomial regression (glm.nb)
using library MASS in R v2.15.0 on Mac OSX.
I am running multiple models on the variables influencing the group size of
damselfish in coral reefs (count data). For total group size and two of my
species, glm.nb is working great to deal with overdispersion in my count
data. For two of my species, I am getting a
2010 Sep 23
3
accumulation curves
Hi,
I am trying to fit a logarithmic trendline to a scatterplot of a
species accumulation curve. I've tried abline, lines, curve and
scatter.smooth but none of these work.
Can anyone help please,
Kyran
2005 Aug 11
4
booting on a dos software
Hi!
I've got a USB key with several tools (small linux, memtest86+)
booting via syslinux.
But now I have to add powermax.exe (a MSDOS tool to test Maxtor
disks) on this key.
As I've always been on Unix/Linux system, I don't know what
to do to run powermax.exe from syslinux.
I've made a boot floppy disk and tried to copy everything
on my usb key and put the command.com in kernel
2012 Sep 11
4
Maintaining specific order when using aggregate or change order on axis
Hi All,
I'm using the following code to produce some stacked bar graphs.
*setwd("C:\\Users\\Tinus\\Documents\\NMMU\\R\\Seamounts")*
*SChla <- read.csv("SM_Chla_data.csv")*
*
*
*#Extract mean values from data file*
*
*
*Coral <- SChla[185:223,] #Reduce SChla to Coral only*
*coral <- with(Coral , aggregate(cbind(Pico, Nano, Micro),
list(Depth),FUN=mean))*
2003 May 16
1
upgrading instructions
Dear Samba Team member,
I?m afraid I am not a fluent Samba user and but desperately need
to upgrade the version we have. Do you know where I can find
Upgrading instructions for Samba or do I need to reinstall the
whole program with the latest one? I haven?t been able to find
upgrading instructions anywhere, which is why I'm bothering you
for assistance. If you have any recommendations or know
2012 Jul 12
3
plot graph by first letter
Hi all, may i know is it possible to plot a graph by first letter?
for example:
Name: Age:
Angel 20
Amelia 20
Bernard 19
Stephanie 20
Vanessa 22
Angeline 23
Camel 21
If I want to plot the name started with letter 'A' and their Angel,
2006 Nov 24
2
low-variance warning in lmer
For block effects with small variance, lmer will sometimes
estimate the variance as being very close to zero and issue
a warning. I don't have a problem with this -- I've explored
things a bit with some simulations (see below) and conclude that
this is probably inevitable when trying to incorporate
random effects with not very much data (the means and medians
of estimates are plausibly
2012 Oct 23
2
plotting multiple variables in 1 bar graph
I'd greatly appreciate your help in making a bar graph with multiple
variables plotted on it. All the help sites I've seen so far only plot 1
variable on the y-axis
Data set:
I have 6 sites, each measured 5 times over the past year. During each
sampling time, I counted the occurrences of different benthic components
(coral, dead coral, sand, etc.) over 5 transects in each site
site
2006 Feb 16
1
cv.glm function error message in a loop
Dear list,
I am modelling fish distributions using the glm-function followed by the
step-function, and then want to cross-validate the model via the
cv.glm-function from the {boot} package. I am working on fish
distributions on coral reefs. The code I have works for one fish
species. Since I have 227 fishes, I wrote a loop. Now the
cv.glm-function comes up with an error message: "Error in
2010 Jun 16
3
Decile
Hello comunity,
I'm trying to find a similar function as decile of SPSS, NTILES (10)
some of you know about that, I will appreciate your help in advance.
In SPSS
VARIABLES=Sales (A) /NTILES (10) /PRINT=NO
for example if I have Next data input:
case IdCust Sales Profit 1 265 140.81 314.31 2 266 1778.96 408.32 3 267
2663.66 820.85 4 268 2994.14 913.73 5 269 2185.58 686.64 6 271 105.21
2005 Jan 09
2
Coral with Xen
Hi!
Coral isn''t working from Xen. If you can please try it, maybe i''m just
doing something wrong. However it works from outside Xen with the same
setup.
Can Xen cause this kind of DNS errors?
Try something like: http://www.scs.cs.nyu.edu.nyud.net:8090/coral/
or http://www.google.com.nyud.net:8090/
--
/Varga Péter/
-------------------------------------------------------
The
2023 Feb 22
1
dyn.load loads libraries/symbols at high addresses.
Hello all,
I am trying to write an interface for BQN
<https://mlochbaum.github.io/BQN/> and R
However, even
|
dyn.load("/usr/local/lib/libcbqn.so"); .Call("bqn_init")|
immediately fails on the BQN side, viz.
|Failed to allocate memory for JIT 200 times; stopping trying||
||CBQN interpreter entered unexpected state, exiting.
|This is because BQN tries to allocate
2011 Feb 08
1
which multivariate regression?
Hi R-Users,
I have a student doing work with lionfish and she has been trying to analyse
a multivariate dataset to see what variables/factors are influencing the
behaviour of lionfish. We have attempted a number of analyses, including
rpart, relimpo and standard linear regression but we are not having much
luck with quality output. The data is very non-normal and we would
appreciate some advice