Displaying 20 results from an estimated 362 matches for "pigs".
Did you mean:
gigs
2007 Dec 27
2
groupedData function not found
Hello,
I'm trying to use the groupedData function and R is giving me the message: Error: can not find function "groupedData"
The code is coming from a textbook so I think it should be correct:
pigs<-data.frame(cbind(pig.time,pig.id,pig.wt))
pig.growth<-groupedData(pig.wt~pig.time|pig.id,data=pigs)
I have added the package "nlme" and to confirm that it was installed correctly I requested the list of functions included in the package (library(help=nlme)) and I do see groupData...
2004 Aug 26
1
smbpasswd complains about LDAP: "Object class violation"
I'm trying to get Samba on a Mac OS X box running as a PDC with an
LDAP backend. I've read through all of the major walkthroughs I can
find, and we've actually already got it running very nicely as a file
server; people are currently authenticating against a different PDC
and then mapping drives from the Samba box in question.
However, I'd like it to be the PDC eventually, but
2020 Sep 13
1
metaflac --show-all-tags (patch)
Hi folks,
I always wondered why there is no "metaflac --show-all-tags", in
parallel to --remove-all-tags. Attached you can find a patch for
your consideration. Sample output:
% metaflac --show-all-tags *.flac
01 Pigs on the wing (Part One).flac:ARTIST=Pink Floyd
01 Pigs on the wing (Part One).flac:TRACKNUMBER=01
01 Pigs on the wing (Part One).flac:ALBUM=Animals
01 Pigs on the wing (Part One).flac:TITLE=Pigs on the wing (Part One)
01 Pigs on the wing (Part One).flac:GENRE=Rock
01 Pigs on the wing (Part One).flac...
2003 Dec 04
1
assigning colors to barplot when beside=TRUE
...get the five bars colored red, green, red, followed
by two whites. instead, i see: red red white red white. (i am aware
that in the code below "colv", the color vector, contains NAs, but
that does not seem to be the source of the problem).
i would be grateful for any help.
alejandro
# pigs.dat
pig type day gain
1 1 1 1
2 1 1 6
10 1 3 7
a B NA 3
b B NA 4
pigs <- read.table("~/pigs.dat", h=TRUE)
attach(pigs)
tbl <- tapply(gain, list(type=="B", pig), I) # generate matrix
o1 <- rev(order(tbl[1, 1:3])) # sort order for group...
2009 Oct 23
1
access elements of a named list using a factor
Hi
I have a factor 'f' and a named list 'jj'.
I want names(jj) to match up with levels(f).
How do I use levels(f) to access elements of jj?
> f <- factor(c("pigs","pigs","slugs"))
> f
[1] pigs pigs slugs
Levels: pigs slugs
>
> jj <- list(pigs=1:10,slugs=1:3)
My attempts to produce jj$pigs all give errors:
> jj$levels(f)[1]
Error: attempt to apply non-function
> do.call("$",jj,levels(f)[1])
Err...
2008 Aug 21
2
Large data sets with R (binding to hadoop available?)
Dear R community,
I find R fantastic and use R whenever I can for my data analytic
needs. Certain data sets, however, are so large that other tools
seem to be needed to pre-process data such that it can be brought
into R for further analysis.
Questions I have for the many expert contributors on this list are:
1. How do others handle situations of large data sets (gigabytes,
terabytes)
2004 Oct 05
2
Can join domain; can't logon
I had a problem similar to my current one a week or so ago, and I was
encouraged to upgrade from Samba 2.2.9 to 3.0.7, which I did. Now
that I've completed that nightmare, the problem I initially set out to
fix is still there, just different. Namely:
I am trying to set up Samba 3.0.7 on a SuSE 9.1 box as an LDAP PDC
whose only job will be authentication. Our LDAP server is on a
separate
2006 May 25
5
Wine 0.9.14.compile error (fatal)
Tried to compile the lastest wine and gcc choked up on it as follows:
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+
-Wpointer-arith
-g -O2 -o baseshader.o baseshader.c
baseshader.c: In function `print_glsl_info_log':
baseshader.c:688: error: `GL_OBJECT_INFO_LOG_LENGTH_ARB' undeclared (first
2006 Apr 27
7
IE install with Wine 0.9.12 under Debian Sarge
Has anyone got any Internet Explorer to install (and then hopefully run)
with Wine under Debian Sarge?
I tried all the methods I could find and have not been able to
successfully do this. I even tried wiping out the old ~/.wine dir and
starting fresh, but to no avail. I would appreciate info on this.
Thanks
--
...Dave Dawson
"If you wrestle in the mud with a pig,
you both get dirty, and
2006 Jun 05
6
Internet Explorer 6 Setup & App DB
Hi,
some time ago (around 7. May 2006) there was a coment in the App DB to get the
setup of Internet Explorer 6 working. The Coment was about removing some dll
names from the wine.inf file.
The coment was removed from the App DB, but the setup still fails for me with
current cvs (~2 hours ago).
Therefore i like two know two things:
- does anyone remember which lines needs to be removed
2010 Sep 26
2
Changing x-axis on boxplot
...each factor with the number for the level
centered between the two tick marks.? Any suggestions?
?
Thanks,
?Tim?
Example:
boxplot(len ~ dose, data = ToothGrowth,
??????? boxwex = 0.25, at = 1:3 - 0.2,
??????? subset = supp == "VC", col = "yellow",
??????? main = "Guinea Pigs' Tooth Growth",
??????? xlab = "Vitamin C dose mg",
??????? ylab = "tooth length",
??????? xlim = c(0.5, 3.5), ylim = c(0, 35), yaxs = "i")
boxplot(len ~ dose, data = ToothGrowth, add = TRUE,
??????? boxwex = 0.25, at = 1:3 + 0.2,
??????? subset = supp == &quo...
2003 Feb 19
3
working with list
hi,
i have two questions:
(1) lookup: given a list of 'strings' in a list, i want to know the index
of a given string in the list. if the string is not in the list, the index
can be 0 or length()+1. for example, suppose i have
names <- c("dog", "cat", "pig", "fish");
then i want
lookup(names, "cat") to return 2 and
lookup(names,
2006 Jan 13
2
Saving data in an R package - how to maintain that t avariable is a 'factor' when it is coded as 1, 2, 3...
I have a .txt file obtained by saving a data frame in which the first four columns are factors (but represented as 1,2,3 etc). The first four lines are
"Pig" "Evit" "Cu" "Litter" "Start" "Weight" "Feed" "Time"
"4601" "1" "1" "1" 26.5 26.5 NA 1
"4601" "1"
2016 Feb 12
2
sieve: store string list in varable
Hi,
I'm working on a Sieve script and want to store a list of addresses in a variable to easily access the list multiple times later.
For example I want to transform this:
if address :is "from" ["daffy.duck at example.com", "porky.pig at example.com", "speedy.gonzales at example.com"] {
fileinto "friends";
}
into something like
2007 Feb 27
3
rc23 Problem - Assertion Failed
Feb 27 14:17:46 wurfel dovecot: imap-login: Login: user=<USER>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Feb 27 14:17:46 wurfel dovecot: IMAP(USER): file mbox-sync-update.c: line
387 (mbox_sync_update_header): assertion failed: (ctx->mail.uid != 0 ||
ctx->pseudo)
This is happening for dozens of users. Anyone have a suggestion of what
to adjust? It was happening somewhat
2004 Oct 08
1
Bug in nlme under version 2.0.0
Dear all,
Under version 2.0.0, I get the error below when calling summary() on a lme-object, whereas it works under version 1.9.1 (well, it did last week, before I upgraded). Any help on this?
Thx in advance
S??ren
> library(nlme)
> mf <- formula(Weight~Cu*(Time+I(Time^2)+I(Time^3)))
> lme1 <- lme(mf, data = dietox, random=~1|Pig)
> summary(lme1)
Linear mixed-effects model fit
2006 Jun 27
1
N1MM Logger won't run
This is a freeware program written in Visual Basic 6.0 which I would dearly
love to get working under Wine.
It is available here: http://pages.cthome.net/n1mm/
It appears to install (with a few errors and fixmes reported). Then when I
ran it, the program coughed up a VB runtime error and died (also a few
errors and fixmes).
I am running Wine 0.9.16 which I compiled from source in Debian Etch,
2006 May 26
1
Patch for baseheader compilation problems
Hi David, try this patch:
http://www.winehq.org/pipermail/wine-patches/2006-May/026859.html
David Dawson wrote:
Tried to compile the lastest wine and gcc choked up on it as follows:
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+
-Wpointer-arith
-g -O2 -o baseshader.o baseshader.c
baseshader.c: In
2008 May 08
1
problem with yumdownload?
coworker wants to download a module with all its dependencies, for use
in updating an offline system... CentOS 5.latest ...
[root at pig home]# yum -y install yum-utils
......
[root at pig home]# yumdownloader --resolve gcc
Loading "priorities" plugin
Loading "installonlyn" plugin
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
2007 Mar 19
2
PrintMaster 7.0 *nearly*, *very* nearly printing properly
I have PrintMaster 7.0 Classic (I assume) and it will in fact print, which
is more than it will do on Win XP, but Wine printing is not able to handle
the coloured fonts correctly.
Is there a tweak that can be applied? By downloading a dll for instance?
The only Wine error related to printing was:
fixme:commdlg:PRINTDLG_WMCommandA No handling for print quality combo box
yet.
That didn't