search for: groups1

Displaying 6 results from an estimated 6 matches for "groups1".

Did you mean: groups
2005 Apr 29
2
Iterative process for reading in text files
Hello Instead of reading in group1.txt I want to read in groups1 for the first iteration of i, then groups2 for the second and so on. Obviously I can't use groups(i) but assume there is a way to do this. group<-read.table("C:/Data/April 2005/group1.txt",header=T) thanks in advance Meredith
2011 May 13
0
How do I break my addiction to for loops!?!?
I know I'm not supposed to use them... but they're just so easy! I have trouble defining an appropriate function for plyr or apply! data<-rnorm(144) groups1<-c('a','b','c','d') groups2<-c('aa','bb','cc','dd') machines<-1:12 df<-data.frame(machine=machines,group1=groups1,group2=groups2,U=data,V=2*data,W=data^2,X=1/data,Y=data+2,Z=2/data) So... I am currently generating a table...
2008 Nov 11
1
Accessing Results from cenmle function in NADA package
The cenmle function is used to fit two sets of censored data and test if they are significantly different. I can print out the results of the analysis on the screen but can't seem to figure out how to access these results in R and assign them to new variables, e.g., assign the slope calculated with cenmle to the variable m. Any suggestions? Tom -- View this message in context:
2016 Apr 19
0
Indicator Species analysis; trouble with multipatt
...Now my question is about asking questions correctly.? I hope I've got it.? Please find the script attached here. R Version 3.2.2 I am looking for indicator species with Indicspecies package.? After running the function multipatt, I get the following error: Error in is.factor(x) : object 'groups1' not found **Is this?reproducibility satisfactory?? I fixed the problem by reorganizing my csv file.? I was trying to be?efficient?when making my groups?and that was causing the trouble. Thanks. On Tue, Apr 19, 2016 at 6:47 AM, John Kane <jrkrideau at inbox.com> wrote: Hi Ansely, As...
2016 Apr 19
0
Indicator Species analysis; trouble with multipatt
Hi Ansely, As Jim points out we really need some sample data to go with the code. Have a look at ?dput which is the best way to supply sample data here or have a look at http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example and/or http://adv-r.had.co.nz/Reproducibility.html for some general suggestions on asking questions here---including discussions of using
2016 Apr 18
3
Indicator Species analysis; trouble with multipatt
Hello, *Error in tx %*% comb : non-conformable arguments* Suggestions greatly appreciated. I am a beginner and this is my first time posting. I would like to get the summary for indicator species analysis, using package indicspecies with multipatt. I am getting errors, I believe, do to my data organization. After reorganizing and reorganizing, nothing has helped. > data<-