Displaying 7 results from an estimated 7 matches for "neccesite".
Did you mean:
necesite
2009 Jun 10
3
Extracting Sequence Data from a Vector
Thanks in advance.
I have a vector of numbers which contain sections that are sequences
which increase by a value of 1 followed by a gap in the data and then
another sequence occurs, etc:
x<-c(1:3, 6: 7, 10:13)
From the vector I need to extract 2 items of information A) the first
number in the sequence (e.g., 1, 6, 10) and B) how many observations
were in each sequence section (e.g., 3,
2009 Jun 16
1
Running stats on individual data.frames from the split() function list
Hello, and thanks in advance.
I have a data.frame from which I want to count observations that occur
on each day and determine the mean and std.error of said counts.
For instance:
x<-split(my.df, my.df$julian.days)
Although I'm still in my R learning infancy I am under the impression
that x is a list of data.frames subsetting my.df by group
(i.e.,julian.day) where day 1:366 are
2000 Sep 28
0
Occams Razor Was: lm -- significance of x ...
> From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk>
> Date: 28 Sep 2000 13:58:22 +0200
>
> Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> writes:
>
> > I think Occam/Ockham himself wrote in Latin. By my failing memory, the
> > quote is
> >
> > "Entia non runt multiplicanda praeter necessitam"
> >
> > give or take
2009 Jul 09
0
Sampling a dataframe based on the length of a subset of observations within
Thank you in advance for your consideration.
I have a dataframe of 2000+ observations with repeated measures across
approximately 300 unique individuals An event either does or does not
happen
(1,0) and there is a suit of independent variables associated with the
event. A simplified representation follows:
2009 Jul 14
1
ordering dataframe for strata() (PR#13830)
I've been using strata(sampling) and found that if the dataframe to be
sampled ("data") consists of repeated measures that are not sorted in
order the run will fail on a given stratum. Ordering the dataframe
prior to using strata() eliminates this problem.
Thanks,
Eric
--
Eric Vander Wal
Ph.D. Candidate
University of Saskatchewan, Department of Biology,
112 Science Place,
2003 Oct 30
7
problem installing Wine on RedHat
This is what happens when i run the ./tools/wineinstall
WINE Installer v0.74
Running configure...
configure: creating cache config.cache
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no
2009 Jul 09
2
How to Populate List
Hi,
I'm new to R and would like to know, how one can populate the list with array data.
I'm reading a tab separated table in R. The data in the table looks something like this.
#Table Data
Comp A B C
Extracellular 103 268 535759
Nucleus 45603 47783 442744
#R code
myData <- read.table("table.data",
header=T,