Displaying 20 results from an estimated 3000 matches similar to: "Generating bootstrap samples from a panel data frame"
2013 Nov 11
1
r package to solve for Nash equilibrium
Is there an r package out there that solves for pure strategy* Nash
equilibrium of a two-person game*? A search for Nash equilibrium in r
provides a link to the *GNE* package which solves for the Generalized Nash
equilibrium. But what I would like to solve is a pure strategy Nash
equilibrium.
[[alternative HTML version deleted]]
2012 Oct 08
3
Removing header from a matrix
I have three column vectors (X1, X2, X3).
X1 X2 X3
20 25 40
100 90 80
I want to put them as one matrix of dimention 2 by 3, but remove headers(X1,X2,X3) from the matrix. I wrote
as follows
U<-cbind (X1,X2,X3)
the headers are there. I need help please. Thanks
Dereje
[[alternative HTML version deleted]]
2012 Oct 04
1
running a regression
Hi all,
When I run a regression, I got the following response. your help is appreciated.
Error in constants (lhs, cnames_symb) :
The hypothesis
"Cost_PKL-QK.X_(Intercept)=0" is not well formed: contains bad
coefficient/variable names. In addition:
Warning message:
In constants(lhs, cnames_symb) : NAs introduced by coercion
Dereje
[[alternative HTML version deleted]]
2012 Oct 17
1
extracting and restricting coefficients
Hi
I want to fit two equations simultaneously
EQ1<-Y1~X1+X2
EQ2<-Y2~X1+X2
eqsystem<-list(Y1HAT=EQ1,Y2HAT=EQ2)
fitols<-systemfit(eqsystem,
method="OLS", data=BB)
How do I get coefficients for the first equation? R code
How do I restrict coefficient of X2 in the first equation (say , restrict it to less than zero). R code
Your help is
appreciated.
Dereje
[[alternative
2008 Oct 08
5
Resilver hanging?
How can I diagnose why a resilver appears to be hanging at a certain
percentage, seemingly doing nothing for quite a while, even though the
HDD LED is lit up permanently (no apparent head seeking)?
The drives in the pool are WD Raid Editions, thus have TLER and should
time out on errors in just seconds. ZFS nor the syslog however were
reporting any IO errors, so it weren''t the disks.
2002 Oct 29
1
samba compiling error
Hello,
I have error on compiling time
I tried on HP-UX 11.00 system with gcc version 3.1 to compile samba source
Samba latest version source was dowloaded from www.us1.samba.org/samba/ftp
I attached log file with this error
thank you.
begin 600 samba_make.log.doc
M(R!M86ME#0HO=7-R+VQO8V%L+W-A;6)A+V)I;B(@+410241$25(](B]U<W(O
M;&]C86PO<V%M8F$O=F%R+VQO8VMS(B
2012 Oct 02
3
Integration in R
Dear R-users,
I am facing problem with integrating in R a likelihood function which is a
function of four parameters. It's giving me the result at the end but
taking more than half an hour to run. I'm wondering is there any other
efficient way deal with. The following is my code. I am ready to provide
any other description of my function if you need to move forward.
2009 Nov 14
2
Patch: event port-based ioloop and notify
Greetings,
thanks to all of you who work on Dovecot!
I have prepared a small patch to support Solaris 10 and Opensolaris'
event port mechanism for both the ioloop and the notify subsystems. It
seems to work fine for me, but I haven't conducted any extensive
testing.
It would be great if someone could review and/or test it (and if it
could eventually enter the code base).
I have
2004 Sep 03
2
arima et graphique
bonjour, je rencontre quelques soucis au niveau de l'utilisation des
fonctions arima.forecast/predict; en effet elles sont dites inconnues alors
que j'ai bien install?? et charg?? le package "ts". Aussi, j'aimerai savoir
comment visualiser le graphique des pr??visions avec arima et celui des
donn??es brutes dans la m??me fen??tre.
Tout en vous souhaitant bonne r??ception
2004 Feb 28
3
Neues über die deutsche Übersetzung der Samba-3-Dokumentation -- News for the german translation of the Samba-3-docs
Another posting in german, due to its subject, which has to do
with the german translation of the Samba-3.0-documentation.
---
Hallo, deutschsprachige Samba-user,
die ?bersetzung der Samba-3-Dokumentation geht weiter.
Die Info-Kampagne tr?gt Fr?chte, es gibt neue freiwillige Mitarbeiter!
Unsere Projektseite liegt auf Berlios, eine kurze Projektbeschreibung
findet man unter
2008 May 23
3
Rss-wxruby
Bonjour Alex.
J''ai créer une application(Rss-wxruby) et je l''ai déposée en téléchargement sur le site "Tom''s guide". Ils ont créer les screenshots, et la problème:
Il y a des carrés qui ressortent de partout???
Voilà un url pour l''exemple du problème avec les carrés qui ressortent:
2004 May 18
1
VoiceMailMain dumps user back into my incoming context after leaving a message
I have a dial plan that includes a company phone directory as a main menu
option. If they just sit at the main menu, after 20 seconds, they are
transferred to the operator. If the user picks an extension from the
directory, they are transferred to the proper extension. If the called
number is not available, they are transferred into VoiceMailMain. They
leave a message, and hang up. The hang
2005 Aug 01
2
TDM400P REV I issues - ProSLIC vs TDM400P
The REV I card shows up in the PCI table as:
02:05.0 Network controller: Tiger Jet Network Inc. Intel 537 (or
02:05.0 Class 0280: e159:0001)
Subsystem: Unknown device b119:0001
But the REV E/F shows up as:
02:0d.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface (or
02:0d.0 Class 0780: e159:0001)
Subsystem: Unknown device b100:0003
One
2010 Oct 06
1
R getting slower until it breaks...
Hello R-users,
I'm currently facing a pretty hard problem which I'm hopping you'll be able to help me with. I'm using R to create images. That alone is not the problem, the problem is that I'm using R to create 168 000 images... My code (which is given below) use different package (raster and rgdal) to import a image (size 20gig) and divide it into 168 000 pictures that are
2020 Aug 17
4
Apple Mail Since upgrade to dovecot 2.3.x unable to connect
Am 17.08.20 um 12:16 schrieb Aki Tuomi:
> You need to set
>
> ssl_min_protocol = TLSv1.2 # or TLSv1
Thanks, tried both, but unsuccessfully. Again, is there any debug
setting that allows me to see what SSL version was requested? Without
this, this is fumbling in the dark.
Cheers,
Johannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2005 Jan 26
3
phone rings when I'm using it over VOIP - WHY?
When I use my phone to make VOIP call and another calls comes from POTS
my phone rings to POTS caller. Why?
Shouldn't it generate busy signal!
--
#Joseph
2005 Jan 28
3
FWD and IAX2
Hi,
I had a FWD account set up with asterisk (using SIP) and it was working
fine both ways. I switched to IAX2 and now I can't get incoming calls
from FWD. People who call my FWD number get a "480 - user is not online"
message without any traffic reaching my box. I can call FWD numbers fine
over IAX2.
It seems fwd isn't trying to place the call over IAX2 because it thinks
2004 Apr 29
2
Migration from Windows NT 4.0 -> Samba 3
Hello,
I want with the command :
linux:~ # net rpc join -S DEMONT01 -w DOMNT -U Administrator%passwd
migration from windows nt 4.0 to Samba 3 but i get always this :
linux:~ # net rpc join -S demont01 -w domnt -U samba3%passwd
Unable to find a suitable server
Unable to find a suitable server
linux:~ #
what can i do?
I have a bdc acount on the windows nt 4.0 for the samba 3 server..
With
2006 Jun 02
2
Audio problems on Zap & SIP, local network, not IRQ related?
I am trying to get to the bottom of audio clicks, pops, dropouts with my
Asterisk server. These occur even when the system is under minimal load
(e.g. 1 Zap device in a queue being played music on hold) and occurs with
both Zap and Sip devices so isn't network related. The audio problems occur
at the same time on all channels and seems to be when Asterisk "gets busy"
and uses
2004 Mar 25
2
Wireless question...
Okay, I''ve got Mandrake v9.2, and I just got my laptop working with a Dlink
514 router and Zyair B100 card. After getting it to work, I found that I had
to stop shorewall before I could actually connect anywhere. So I went into
/etc/shorewall and added wlan0 to interfaces and changed zones as well. This
seems to work, I can connect now with shorewall running.
Was this the right way to