Displaying 20 results from an estimated 86 matches for "fawns".
Did you mean:
fans
2007 Jul 03
1
MatchIt package on Ubuntu 7.04 (Feisty Fawn)
UseRs,
I tried to install the MatchIt package on Ubuntu 7.04. When loading required dependencies I got the following error message:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/usr/local/lib/R/site-library/optmatch/libs/optmatch.so':
/usr/local/lib/R/site-library/optmatch/libs/optmatch.so: cannot map zero-fill pages: Cannot
2012 Sep 04
1
ADMB error- function maximizer failed (couldnt find STD file)
...DMB (I believe version 7.2.15).
My data is zero inflated count data that is overdispersed. When I ran the following code for either a zero inflated poisson (family="poisson") or a neg binomial (i.e., family="nbinom"):
fit_zipoiss1 <- glmmadmb(LOCS~D_ROADS + (1|YEAR) , data=FAWNS, zeroInflation=TRUE, family="poisson", mcmc=TRUE)
I get the error:
Error in glmmadmb(LOCS ~ D_ROADS + (1 | YEAR), data = FAWNS, zeroInflation = TRUE, :
The function maximizer failed (couldn't find STD file)
I tried setting the number of mcmc iterations by running the following c...
2005 Jun 06
9
R Graph Gallery : categorization of the graphs
Hello all,
It seems that the next improvement to the R Graph Gallery is
categorization of the graphics, that way each graph will be easier to
find. That step should be done *carefully* if we want to avoid the
opposite side-effect : graph not reachable through the categories.
That's why the wisdom of the R community is required.
Graphics will be classified in :
- categories
-
2005 Dec 14
3
Fitting binomial lmer-model, high deviance and low logLik
...age, version 0.98-7. I have a respons
variable (sfox) that is 1 or 0, whether a roe deer fawn is killed or not
by red fox. This is expected to be related to e.g. the density of red
fox (roefoxratio) or other variables. In addition, we account for family
effects by adding the mother (fam) of the fawns as random factor. I want
to use AIC to select the best model (if no other model selection
criterias are suggested).
the syntax looks like this:
> mod <- lmer(sfox ~ roefoxratio + (1|fam), data=manu2, family=binomial)
The output looks ok, except that the deviance is extremely high
(1.798...
2005 Jun 14
0
Plotting quiver vector tensor arrows 2d field data
Hi All,
I'd like to plot something like
http://www.nawcwpns.navy.mil/~weather/mugu/mesodata/analysis.html
Looking through the galleries at
http://addictedtor.free.fr/graphiques/allgraph.php
http://r-spatial.sourceforge.net/gallery/
http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl?GraphGallery
demo(graphics)
I did not find a function to plot a 2d field on a matrix. I did find
mention of a
2009 Feb 18
1
WoW FPS under Wine?
I recall this old post:
http://msmvps.com/blogs/plenderj/archive/2007/07/14/foray-into-feisty-fawn-helped-me-take-back-my-mips.aspx
This was in Ubuntu 7.04 days.
What are current test results like for WoW on Windows XP versus WoW on
Ubuntu/Wine these days?
- d.
2007 Apr 23
1
Bug in R 2.4.1 ?
Hello everybody,
I'm using hdf5 files to store results from intermediate calculations.
These are usually part of a list, called "res". As I want the hdf-files
to contain all the members of res in its top "directory", I used to do
attach(res)
do.call("hdf5save", args=c(fileout=file.path(dir, ofile),
as.list(names(res))))
detach(res)
which did what I
2007 May 19
2
graphics on Ubunut
Dear R People:
I'm working with R on the latest version of Ubuntu.
However, I can't get graphics to appear, even with the
simplest plot commands.
Has anyone run into that, please?
I'm using R-2.5.0 on Ubuntu Feisty Fawn.
(Please don't puke. That's really the name)
Thanks in advance,
Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathematical
2007 Nov 17
2
Installing WatchGuard VPN client errors out
I am trying to install the WatchGuard VPN client that works on my WinXP
system on to Ubuntu 7.04 Feisty Fawn.
Here are the errors that happen half way thru the install.
tfrench at tfrench-desktop:~$ winefile
fixme:rpc:alloc_serverprotoseq protseq "mswmsg" not supported
fixme:rpc:I_RpcServerStopListening (): stub
fixme:rpc:I_RpcWindowProc (0x20054,00000002,00000000,00000000): stub
2011 Jan 06
1
Can't install Wine on Ubuntu 7.04
Hi to everybody... I'm new on Ubuntu and really like it! Anyway I need your help. I'd like to install wine on my Ubuntu 7.04 Feisty Fawn, but don't know how... Anybody any idea? thnx a lot, hope somebody will respond as soon as possible.
2007 Sep 06
1
Problem with Defaulting Groups and AD
Vital Stats - AMD 64-bit CPU, Ubuntu 7.0.4 (Feisty Fawn), Samba 3.0.24,
Win2003 AD Domain
I'm not sure how to make it stop doing it. When a user "logs in" they
get an automatically assigned group of "domain users" which doesn't
actually exist in any of the file permissions. I've tried setting group
= %G and force group = %G but neither one is working. If
2004 Jun 24
2
Packages of snippets? (was: A way to list only variables or functions?)
From: Duncan Murdoch <dmurdoch@pair.com>
>I do understand the feeling of
>writing a nice little function, and not knowing exactly what to do
>with it: CRAN is crowded, and it does seem that an entire package
>just to support one or two simple functions is a bit of overkill.
>Can we work out a way to publish such things? Here's a
>proposal, with some serious flaws
2007 Apr 25
1
prob with install on ubuntu linux
lo there all,
i recently upgraded to ubuntu 7 (fiesty fawn) and am having a problem
with the install procedure for the zaptel modules.
i did the make ; make install and it appeared to go ok, the wctdm
module is in the list of lsmod after boot. so is the zaptel module.
however when i do an asterisk -vvvv it gives me problem about chan_zap
not being able to load.
i googled and found some
2007 Aug 05
1
Using Compiz in KDE
I have had a rather hard time enabling Compiz on my Dell laptop, as it
has an ATI X1400 video card. I found a tutorial which helped me
configure Compiz in Gnome, but I'm not about to switch to Gnome. I
hope that someone here can help me translate the scripts used in the
tutorial to start KDE instead of Gnome. I myself have been unable to
do so, after a good day googling the subject.
These are
2007 Sep 08
2
everquest and an inverted screen
I am trying to get the original Everquest up and running on the latest wine. I have it installed and the patcher runs just fine, and can launch into the game. However, from the character select screen on, the graphic screen is inverted (ie, upside down). Since this is the first time I have tried anything with wine, and
literally I put the CD in, had wine install it and then ran it (OK, so I
2008 May 16
1
64-bit R and cache memory
Dear all,
I have a few questions regarding the 64 bit version of R and the cache
memory R uses.
-----------------------------------
Computer & software info:
OS: kUbuntu Feasty Fawn 7.04 (64-bit)
Processor: AMD Opteron 64-bit
R: version 2.7.0 (64-bit)
Cache memory: currently 16 GB (was 2 GB)
Outcome of 'limit' command in shell: cputime unlimited, filesize
unlimited, datasize
2007 Sep 19
1
Delete mails in dovecot POP3 has a bug/feature
When a mailbox has abt 40 mails with 4-5 mb attachments , it is quite
common for the pop3 connection to get timed out or disconnected esp. if
user has dialup modem.
In this case , dovecot seems to REALLY HIT the user hard. Because it
simply DOES NOT delete mails , even if user requested so. It only
deletes the mails if users succesfully logs out. No other pop3 server
has this problem so i would
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes:
>
> Since the virtue and reliability of Wikis was brought up, I created a R
> Wiki page for this at
>
http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs
>
>
> Anyone: please correct errors and improve it!
>
> Tony Plate
>
OK, now I have another question:
I see a wiki at
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes:
>
> Since the virtue and reliability of Wikis was brought up, I created a R
> Wiki page for this at
>
http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs
>
>
> Anyone: please correct errors and improve it!
>
> Tony Plate
>
OK, now I have another question:
I see a wiki at
2004 Oct 06
2
R-(wiki)-pedia?
Is there an R wiki?
Looking at the huge amount of traffic on this list, I think wiki could be
an exelet outlet for all the constructive enthusiasm here.
I don't think it would be too hard to port the existing R documentation
(the stuff you get with the ?) onto a wiki system, then users could add
their own examples and comments.
Having distinct web page style organization would be easier to