Displaying 20 results from an estimated 1806 matches for "anim".
Did you mean:
aim
2009 Feb 16
2
rsync 3.0.5 - ERROR: buffer overflow in recv_file_entry [generator]
...ils instead.
sending daemon args: --server --sender -vvlWHogDtpre.is --ignore-errors
--numeric-ids --inplace . TEST/
receiving incremental file list
delta-transmission disabled for local transfer or --whole-file
[...]
overflow: xflags=0x7a l1=255 l2=779
lastname=XXXX/ZZZZZ/c/OOOOOOO/www/sigs
etc/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animati...
2004 Apr 23
0
Sum Sq of SPSS and R different for repeated measures Anova
...veraged for two within-SS factors (2 x 2, 4 means per
subjects). One experiment had 16 subjects, the other one 25 (between-SS
factor exp). So I have something like:
avg.cond <- read.table('data.txt') # data set attached as text.
avg.cond[1:5,]
# pp pictcat cond rt exp
#1 1 animal con 517.8125 exp11b
#2 2 animal con 425.9375 exp11b
#3 3 animal con 379.6563 exp11b
#4 4 animal con 410.6563 exp11b
#5 5 animal con 420.3125 exp11b
Then I do the anova:
summary(taov <- aov(rt~exp*pictcat*cond+Error(pp/(pictcat*cond)),
data=subset(avg.cond, cond=='con'|co...
2002 Apr 10
3
Strange assignment bug (PR#1450)
...llowing reproduces erroneous results on my system using R-gui:
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 4.1
year 2002
month 01
day 30
language R
#####################################################
inter.gp.effect <- 0.1
animals <- data.frame(pos = 0:2)
SI.model <- function(Animal.group) {
group <- 1
Animal.group$pos[group] <- Animal.group$pos[group] + 1
effective.animals <- Animal.group$pos # allows us to model inter-group
contact
#
effective.animals[1:(length(Animal.group$pos)-1)] <-
e...
2008 Jul 31
4
Identifying common prefixes from a vector of words, and delete those prefixes
For example, c("dog.is.an.animal", "cat.is.an.animal", "rat.is.an.animal"). How can I identify the common prefix is ".is.an.animal" and delete it to give c("dog", "cat", "rat") ?
Thanks
_________________________________________________________________
[[altern...
2008 Jan 15
1
Population model question
Hi all,
I have a population in which I want to follow living and dead animals
through time ( 1 simulation, 100 years). I have created 2 arrays for living
and dead animals
In the starting population there are, say, 500, animals
To determine whether each of these animals survives to a following
age-class, a uniformal chance is generated, resulting in "TRUE" if th...
2011 Apr 27
0
3D/2D Animation services - Cartoon Movie - 3D modeling
You are receiving this email because we wish you to use our 3D/2D animation services.
We are a China based animation studio. We are specialized in providing 3D designing/modelling/animation services across the globe. We utilize the finest equipment available in the industry, offer efficient data delivery and unrivaled quality and work until the client is fully satisf...
2012 Apr 11
3
Question on Counting Factors
...re is super easy solution, just not sure what it is.
Please see short example below. ?I would like to get the frequency
(counts) of all the variables in a single column (that is easy), but I
would also like to return the value 0 for the absence of variables
defined in another column.
For example:
animals = matrix(c('cat','tiger','cat','tiger','fish','fish','dog','dog'),ncol=2,
byrow=F)
animals = as.data.frame(animals)
table(animals$V1)
# Returns the count for the variables in the first column as
cat tiger
? ?2 ? ? 2
# But I woul...
2012 Mar 07
1
SELECT CASE in RODBC
...se numbers in stead of the text string, but then
the UNION 'crashes' because it cannot convert the "event" variable from the
first SELECT to an integer variable...
Any suggestions?
Thanks - Bodil
I use the following code:
raw<-sqlQuery(.zz,
'SELECT TOP(100)PERCENT
Animal.Herdnumber AS herd, Animal.ChrNumber AS chrNr,
Animal.AnimalNumber AS animalid, Animal.DateOfBirth AS datebirth,
AnimalStatus.Code AS codestatus, AnimalStatus.Description AS
animalstatus,
AnimalTransfer.Date AS date,
AnimalTransferType.Code AS codeevent, AnimalTransferType.Descrip...
1997 Jul 22
0
R-alpha: some thoughts about factor()
...aken from the finite set
given by levels. It is important that this object
is not numeric; in particular, comparisons and other operations behave
AS IF THEY OPERATED ON VALUES FROM THE LEVELS SET, WHICH IS ALWAYS OF
MODE CHARACTER.
Let's try comparisions on values from the level set:
> my.animals <- c(4,5,6,4,5,6)
> my.levels <- 4:6
> my.labels <- c("dog","cat","rat")
> animals <- factor(my.animals,levels=my.levels,labels=my.labels)
> unclass(animals)
[1] 1 2 3 1 2 3
attr(, "levels"):
[1] "dog" "cat" &quo...
2010 Jun 07
1
Help with seting up comparison
Hi,
I tried on this, but couldn't figure it out:
Suppose I have a dataframe as follows:
dat <- data.frame(Day=rep(rep(c(1,2), each=4),2), Animal = rep(c(1,2),
each=8), Count=c(rnorm(8, 100), rnorm(8,90)))
2 animals are being examined on 2 different days. Count is the result.
Now I need to point out whether or not there is a difference between the
days.
I did this by an ANOVA test, while first converting the animal and day to a
factor va...
2011 Nov 18
1
cca with repeated measures
Dear all,
How can I run a constrained correspondence analysis with
the following data:
15 animals were measured repeatedly month-wise (over to 2 years)
according to ther diet composition (8 food categories).
our data.frame looks like this:
food 1 2 ... 8 sex season year animal
freq 12 8 ... 1 0 summer 2011 1
freq 0 7 ... 0 1 winter 2011 1
...
freq 0 7 ... 0 1 spring 2011 15...
2007 Jul 03
1
[PATCH] plugin conflict between Minimize & Animation: add feature "windowanimations"
Hi,
The minimize plugin conflicts with Animation. For example, it doesn't
let Animation draw shade animations, and interferes with other window
event animations. The animation plugin now minimizes the relevant
effects to taskbar, so using the two plugins together doesn't make
sense anymore. Moreover, by default Animation is off, Mini...
2009 Apr 29
3
2 way ANOVA with possible pseudoreplication
Hi,
I have an experiment with 2 independant factors which I have been trying to
analyse in R. The problem is that there are several data points recorded on
the same animal. However, no combination of treatments is repeated on the
same animal. All possible combinations of treatments are done in a random
order with as many points as possible being done on 1 animal before moving
onto the next.
The suggested way to remove pseudoreplication is to average the points fr...
2007 Jul 02
1
[PATCH] plugin conflict resolution between Fade & Animation
Hi,
Having the minimize_open_close option in Fade wasn't enough for
conflict resolution with Animation, since it was on by default. This
makes sense since the Minimize plugin is used by default, which is a
lightweight animation provider that some people/distributions might
prefer over Animation. And nobody really needs to know that this
option resolves the conflict. So here is a better method t...
2012 May 15
9
help
1. Emma is performing an experiment that requires individual handling of some animals. The sizes of the animals are lognormally distributed: The natural logarithms of their sizes has a normal distribution with mean 3 and standard deviation 0.4. The time (in minutes) it takes to handle each animal is given by
10 + s · 1.5 + eε for animals with s ≤ 20 20 + s · 0.8 + eε for animals...
2006 Mar 10
6
boolean select problem
I want to use select form elements to choose between boolean options. How
can I have it default to true and still display the persisted value (either
true or false) when editing an existing object? I guess booleans default to
false by default so its not obvious how to recognize when it''s a real
''false'' that the user set or default false because the value was null.
2011 Jul 17
3
gsub() with unicode and escape character
Dear helpers,
I'm trying to replace a character with a unicode code inside a data
frame using gsub(), but unsuccessfully.
> data.frame(animals=c("dog","wolf","cat"))->my.data
> gsub("o","\u0254",my.data$animals)->my.data$animals
> my.data$animals
[1] "d??g" "w??lf" "cat"
It's not that a data frame cannot have unicode codes, cf. e.g.
>...
2010 Sep 29
0
Transforming/appending data (words in IMDB)
...put what I've tried so far, with annotations about my thinking.
-------------------------------------
# Here is what a little portion of the data looks like:
mini<-read.csv("miniimdb.csv", header=F)
head(mini)
Film Genre1 Genre2 Genre3 Reviewer Rating Word Word_ct
1 Up Animation Adventure Comedy Kelly 9 the 22
2 Up Animation Adventure Comedy Kelly 9 dog 5
3 Up Animation Adventure Comedy Kelly 9 can 10
4 Up Animation Adventure Comedy Kelly 9 wow 2
5 Fame Drama Music <NA> Jenn 8 the...
2010 Dec 13
3
check for item in vector
Dear R users,
Suppose I have an vector like this:
animal <- c("Tiger","Panda")
I would like to know is there any function that check for the
existence of certain item in a vector.
e.g.
> func("Tiger",animal) # check for the existence of "Tiger"
TRUE
> func("Acacia",animal) #Acacia is not an...
2011 Mar 31
3
Create Variable names dynamically
...unch of stuff, and want to generate variables with my output. (I could make a "list of lists" and name all the elements, but I really want separate variables.)
#################
#This is just a dummy example, please excuse any shortcuts...
data <- read.table("file", ....)
animals <- (data[,animal])
animals
> "cat", "dog", "horse" # Not known what these are before I read the data file
# do a bunch of stuff
mean_cat <- abc
var_cat <- dfd
mean_dog <- 123
var_dog <- 453
etc..
##############
I thought of trying to use the...