similar to: MANN

Displaying 20 results from an estimated 100 matches similar to: "MANN"

2013 May 05
1
Vegan problem
Hi All, I am trying to perform CCA and RDA several times to compare their performances. To do that I put this two functions of vegan package inside a for loop. Unfortunatly when I am trying to perform the anova(by=axis) to test the individual axes the function don't recognize the species data.frame. The same problem occurs whem I try to run forward selection. The same problem occur when I try
2013 May 06
2
BIOENV
Dear all, Does anyone knows why the results of a BIOENV (PRIMER v. 6.1.15) are diferent of the bioenv() + mantel() in vegan? Not the spearman correlation, indeed the pseudo-p value. I know that the approach bioenv() + mantel() is biased. So, how the BIOENV (PRIMER) ends with larger p values (permutated). Acctualy how the permutation test in BIOENV (PRIMER) is conducted. The user guide does not
2013 Apr 05
2
transforming data prior to CCA
Hi everyone, I?m a student and relatively new to R so apologies in advance if this question seems stupid or obvious to you. I have collected a dataset with about 60 species of diatoms (count data from 19 different sample sites) and environmental variables for each site (salinity, pH, etc.). It?s all in the same dataset but distinct in R through the functions below diat <- diatom [, 1:60]
2023 Dec 08
2
regarding CCA plot
Hii rstudio members I am learning rstudio, For my manuscript I am trying to plot CCA using species and environmental data. But I am getting error like Error in cca.default(sptrans, envtrans) : all row sums must be >0 in the community data matrix *My code is like * library(vegan) library(ggplot2) library(dplyr) rassspec<-read.csv("C:/Users/hp/Desktop/R_data/rassspec.csv",
2005 Oct 10
1
SEM with dichotomous indicators
Hello, I'd like to know if there is a way to fit a Structural equation model with dichotomous indicators (ex: problem with a phone solved/ or not) having effects on a ordinal variable. How I do that using R? Do you have an example with the code in R that you can send to me? Thanks a lot! Renata Estrella UFRJ, Brasil, Rio de Janeiro Renata Leite Estrella Assistente de
2004 Nov 29
6
Citation
Hello! I would like to know how do I citate R? I have used it during my Master thesis but I don’t know how to citate during the text and on the references. I’ve looked for it on the web page but only found how to citate the FAQ. Thank you in advance. Tatiana Fernandes Universidade Estadual do Norte Fluminense Laboratório de Ciências Ambientais - CBB Av. Alberto Lamego, 2.000 - Campos dos
2012 Mar 01
3
how to change or copy to another the names of models
Hi I would like to know how I can change the name of a model for each trainning cycle of a model. I work with the RSNNS package and to build a neural network, I used : for (i in 5:30) .... model_ANN <- mlp(X, Y, size=n,....) # where size is the number of neurons in the hidden layer but I need to save each time that the model that is build (the end of each cycle), e.g., when i = 5, I need to
2004 Sep 04
0
Problems on compiling deb from vorbis-tools trunk
Hello, I have download the current vorbis and vorbis-tools trunk today using subversion. I am using debian testing and tried to build the debs using dpkg-buildpackage. The process went smoothly with vorbis but failed with vorbis-tools. Being more specific to compile vorbis-tools I do: 1) Download source using svn co http://svn.xiph.org/trunk/vorbis-tools/ 2) Run autogen.sh 3) Run
1999 Oct 22
1
AGAIN: Problem with sticky bit and free space
I'm posting again in the hope that someone help me, thanks. ------------------------------------- Hello, I have two little problems with samba: 1st. Samba is not setting the sticky bit anymore !!! I have a share that look like this: [publico] comment = Arquivos publicos path = /home/publicos public = yes writable = yes force directory mode = 1777 create mask = 0664 With samba
1999 Oct 18
1
Problem with sticky bit and free space
Hello, I have two little problems with samba: 1st. Samba is not setting the sticky bit anymore !!! I have a share that look like this: [publico] comment = Arquivos publicos path = /home/publicos public = yes writable = yes force directory mode = 1777 create mask = 0664 With samba 1.9.x it was ok, the directories was being created with the correct permission (drwxrwxrwt), but since I
2005 Oct 23
1
[Fwd: Segfault in Samba] and NOW?
Hi guys, I received an email from my samba-server reporting a segmentation fault in Samba. Looks the email: --------------------------- Original Message ---------------------------- Assunto: Segfault in Samba De: "root" <root@im.ufba.br> Data: Qui, Outubro 20, 2005 8:12 Para: root@im.ufba.br --------------------------------------------------------------------------
2010 Apr 06
0
You Won (£500,000.00 GBP Pounds)
Your Winning details:(CGPN):7-22-71-00-66-12,Ticket no:00869575733664,Serial no:/BTD/8070447706/06,Luckyno:12-12-23-35-40-41(12).Contact Mr.Graham Benfield.Email:g.benfield147@googlemail.com ---------------------------------------------------------------- Universidade Federal da Bahia - http://www.portal.ufba.br -- To unsubscribe from this list: send the line "unsubscribe
2008 Sep 30
1
Transfer between windows and linux going wrong
Hi, I am running rsync 2.6.9-2etch2 protocol version 29 in a Debian machine. There is a Windows machine that I want to get the files from debian. For that I'm using rsync for windows version 3.0.4 protocol version 30 "C:\Program Files\cwRsync\bin\rsync.exe" -Cavz root@10.1.100.45:/root/ rsync: Failed to exec ssh: No such file or directory (2) rsync error: error in IPC code (code 14)
1998 Sep 30
1
Windows NT in portuguese
Hi, Probably my problem can be helped by very specific people. Anyway... I am debuting with Windows NT (portuguese language version) and Samba and experiencing problems because I unsucceed to map Samba to Windows with the message "the account is not authorized to login from this workstation" (this is my translation from portuguese). The TCPIP connection sound good as long as I can
2009 Dec 22
3
Dovecot quota not working
Hi everyone, I'm trying to make quota to work in dovecot 1.0.rc15 in a Debian machine. Setting the limit to 1GB and starting to fill up the mailbox and nothing stopped me. It just kept growing and nothing happened. Restarted the service and nothing. I had already exceeded the 1 GB limit and nothing happens, the mailbox still goes bigger and bigger... The *"check_quota"* plugin for
2003 May 17
1
how to handle 'multiresponse' variable?
Hello! I have dataset where one variable is 'multiresponse', like this: [1] "1 2" "1 2 3" "4" "1 4" "4 3" etc. 'responses' separated by space. observations in different 'rows' of data.frame. I can do strsplit(data$var,' ') and make a list, where multiple responses are elements of character vectors, like this: $
2004 Apr 29
1
Error message when trying to sync
I am running 2.57 I am getting the following error [root@fileserver etc]# rsync 192.168.100.25::backup rsync: failed to connect to 192.168.100.25: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(83) The rsyncd.conf file looks like this [backup] path = /backup list = yes read only = no hosts allow = 192.168.100.24 I can not find that error code, appreciate
2009 Oct 07
1
Which is fastest for Xen disks: LVM, Qcow2 or Image-based VM?
Is there any benchmark or does anyone have tried which one is fastest? Regards, -- Thiago Vinhas de Moraes ________________________________________________________ SimpleWeb Tecnologia Inovativa Soluções em cloud computing e gerenciamento de TI Av. das Américas, 500 - Bloco 23 / Sala 215 - Rio de Janeiro - RJ Tel/Fax: 0800-8880-WEB / (21) 3002-0377 Celular: .(21)
2008 Mar 22
0
Kernel vulnerability
Anyone has a patch to 2.6.18.8 for this? http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0007 -- Valter Douglas Lisbôa Jr. Sócio-Diretor Trenix - IT Solutions "Nossas Idéias, suas Soluções!" www.trenix.com.br contato@trenix.com.br Tel. +55 19 3402.2957 Cel. +55 19 9183.4244 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2009 Sep 28
0
TERM=linux results libc.so.6 not found
Hi guys, A costumer is trying to run a cobol application in a VM. So far, so good. The problem is that when I set the $TERM variable to linux, and run the program, I get: /opt/cobol/bin/cobrun: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory If I put TERM=xterm, I can successifully run the program. It also works with TERM=vt100,