Displaying 20 results from an estimated 2000 matches similar to: "Problem looping a function to create/add to new dataframe"
2009 Nov 10
2
All possible combinations of functions within a function
Dear All,
I wrote a function for cluster analysis to compute cophenetic correlations
between dissimilarity matrices (using the VEGAN library) and cluster
analyses of every possible clustering algorithm (SEE ATTACHED)
http://old.nabble.com/file/p26288610/cor.coef.R cor.coef.R . As it is now,
it is extremely long, and for the future I was hoping to find a more
efficient way of doing this sort of
2013 Jul 09
1
[off topic] [research] Interviews for contributors over 50 for Oregon State University research
Hello,
Researchers at Oregon State University are striving to conduct
research to learn more about the free/open source software community
landscape as it relates to older adults. We have identified you as a
leader for a free/open source software community. If you?re
interested, we will either do an in-person interview (if you are local
to the Corvallis or Portland area), or an interview over the
2002 Sep 23
4
How do I change plot colors in bwplot
Hello,
I'm using bwplot to make a few plots. The plots are exactly what I
need, but are coming out with a grey background and turquoise boxes and
whiskers. I cannot figure out how to just get black and white to be
the default. Can anyone help me with this?
Thanks
Kenneth E. Nussear Phone 775 784-1703
Ecology, Evolution and FAX 775 784-1369
2010 Mar 30
6
Error "singular gradient matrix at initial parameter estimates" in nls
I am using nls to fit a non linear function to some data.
The non linear function is:
y= 1- exp(-(k0+k1*p1+ .... + kn*pn))
I have chosen algorithm "port", with lower boundary is 0 for all of the
ki parameters, and I have tried many start values for the parameters ki
(including generating them at random).
If I fit the non linear function to the same data using an external
2011 May 03
1
Visiting Researcher, species distribution modelling, Cali, Colombia
Dear All,
The Decision and Policy Analysis (DAPA) program of the International Center
for Tropical
Agriculture (CIAT), a not-for-profit agriculture, biodiversity and
ecosystems research center,
supported by the Consultative Group of International Agricultural Research
(CGIAR), with
headquarters in Cali, Colombia is looking for a visiting researcher to work
on various modeling
projects, primarily
2008 Dec 20
14
building 1.4.0rc6
I am trying to build the latest release candidate and have run into a
bit of a problem.
When I run ./configure, I get:
GlusterFS configure summary
===========================
FUSE client : no
Infiniband verbs : no
epoll IO multiplex : yes
Berkeley-DB : no
libglusterfsclient : yes
mod_glusterfs : no ()
argp-standalone : no
I am going to need the gluster FUSE client now
2013 Jun 01
1
error about MCA
Hi,all:
I want to perform multiple correspondance analysis via MCA{FactoMineR}.
The data is in the attachment.
My code:
dat<-read.delim("e:\\mydata.txt",header=T)
MCA(dat,quanti.sup=7,quali.sup=1:6)
Error in `[.data.frame`(tab, , i) : undefined columns selected
My question:
Why does the error happen?
Many thanks.
Best.
-------------- next part --------------
An embedded and
2002 Sep 12
4
normal score transform
Dear list,
could someone point me to the normal score transform and it's use in R?
I would like to transform my data with normal score transform, do some
geostatsitical predictions and would like to transform the estimated values
back including the estimation variance.
Any suggestions?
Ulrich
--
__________________________________________________
Ulrich Leopold MSc.
Department of
2003 Apr 10
6
How to plot several graphs in a single 2-D figure?
Hi, R-listers
I tried to plot several graphs in a sigle x-y coordinate settings, like the
following:
|(y) s
| ****** s
| ***** s
| sssssssssssssssssss
|_______________________________(x)
where "*" and "s" denote two diffrent plots.
However, when I used
plot(data1); % data1 is the data points of "*"
2006 Jan 05
2
model with type attribute
Dear all,
I have a table with a column named "type" and I ''d like to access the type
field of the correspondant model object but I get a deprecation warning when
I use the following code :
modelObject.type
"type deprecated use class instead"
How can I access such a named field in rails ?
Johan
Johan Duflost
Analyst Programmer
Belgian Biodiversity Platform (
2009 Sep 01
3
Strange error returned or bug in gam in mgcv????
Dear friends,
what is this error message in gam???? I cannot understand what it means ....
is it a bug?
gam_bray_scot24_pc_0505<gam(bray~s(PC1,PC2,PC3,PC4,PC5,
PC1.1,PC2.1,PC3.1,PC4.1,PC5.1),data=dist_scot24_vector_with_climate)
Error in if (length(data) != vl) { :
missing value where TRUE/FALSE needed
Calls: gam ... smooth.construct -> smooth.construct.tp.smooth.spec -> array
In
2003 Apr 08
5
Help on smooth.spline?
Hey, R-listers
I was recommended to try using smooth.spline function
for estimating 2-Dimensinal curve given a data set.
So will you please tell me where to get this R function?
Or which package provides this function?
Thanks for your point.
Fred
2003 Jul 08
2
problems mirroring a disk
i'm trying to use rsync to mirror my server boot volume to another
disk of the same size (120gb) on the same machine:
% sudo rsync -avxuH --delete --progress /./ /volumes/cbc.server2/
although all of the files from the source volume appear to copy to
the destination, if i try to boot from the destination volume the
system doesn't recognize it as a bootable disk.
anyone have any
2004 Dec 03
4
vector to matrix transformation
Dear,
Some analysis (linear regression) can only be
done from a vectorized dataset whereas others
require a matrix (Mantel tests). I use the two
analyses and thus need to format my data in
matrix and vector. I spent some time trying to
solve the problem and I just gave up. Did anyone
knows how to transform a matrix into a vector and
back-transform a vector into a matrix?
Thanks by
2003 Feb 06
6
Confused by SVD and Eigenvector Decomposition in PCA
Hey, All
In principal component analysis (PCA), we want to know how many percentage
the first principal component explain the total variances among the data.
Assume the data matrix X is zero-meaned, and
I used the following procedures:
C = covriance(X) %% calculate the covariance matrix;
[EVector,EValues]=eig(C) %%
L = diag(EValues) %%L is a column vector with eigenvalues as the elements
percent
2015 Mar 28
2
Comparaciones múltiples
Saludos,
tengo una base de datos con tres variables: especie, tratamiento y
abundancia.
Quiero hacer comparaciones múltiples con Tukey.
Ya había usado el comando TukeyHSD(aov(x~y)).
La cuestión esque ahora tengo varios niveles del factor especie y varios
niveles del factor tratamiento.
Si hago TukeyHSD(aov(abundancia~especie:tratamiento)) me salen todas las
comparaciones posibles, pero yo sólo
2003 Mar 05
8
How to draw several plots in one figure?
Hey,
I want to draw several plots sequently, but have to make them dispaly in one
figure.
So how to achieve this?
Thanks.
Fred
2011 Sep 10
4
Is xtable still being maintained?
Hi,
I wonder if anyone knows if the xtable package is still actively being
maintained? The last update to the CRAN was about 2 years ago. Earlier in
the year I found I wanted to use the short caption option of LaTeX tables to
display an abridged title in my table of contents. It was a relatively
simple change to get xtable to support this. I bundled up my changes and
sent the maintainer David B.
2012 May 24
1
package metafor: specify weights?
Dear R-experts,
Dear Wolfgang,
Weighted model fitting in metafor uses the inverse of the study specific variances as weights.
I am wondering if it is possible to specify different weights.
In my meta-analysis, there are two types of studies with (intrinsic) differences in their range of sample sizes (which are used to calculate the variances of Fisher's z).
I would like to try normalizing
2009 Sep 30
3
A point in a vector?
Dear list,
I have a strange requirement .... I have a vector, for example v<-
c(0,0,0,0,1,2,4,6,8,8,8,8). I have a value,for example x<- 4.8.
I would like to understand in which sub interval of v is x. In this case, v
would be in the sub interval [4,6] that is in the subinterval starting from
element j=7 to the element j+1=8.
Can we do that with an R command?
Regards
--
Corrado Topi