Displaying 20 results from an estimated 200 matches similar to: "Legal Vista DVD free of charge"
2007 Mar 06
1
R plug in for Eclipse
Hello,
Is there any R plug-in available for Eclipse other than StatET?
StatET doesn't seem to work with the latest release of Eclipse properly,
i.e. syntax highlighting isn't enabled for R commands. I already contacted
the author some time ago, but have not yet received a response.
Would also be great if somebody could tell me whether they have the same
problem. I already tried
2007 Apr 29
1
CUnit
Hi!
Which testing-framefork do WINE use?
I have seen, that CUnit for example outputs the result in a nice
html-format:
http://cunit.sourceforge.net/ss_automated.html
Looks similar to the output of GNU Classpath (which trys to rewrite Java):
http://builder.classpath.org/japi/jdk15-generics.html
But GNU Classpath uses JUnit. And WINE is written in C, so in this case
CUnit would be better.
2009 Jul 30
6
How can I change member action names on routes?
I have some controllers with member/collection actions. I want to change
the name of those actions on the routes, so I can translate the action
"/search" to German, for example. How can I do it? I will appreciate any
help.
--
Posted via http://www.ruby-forum.com/.
2006 Dec 07
2
Simulation in R
Hello!
I have the following problem.
My code:
--snip--
ergebnisse <- rep(0, each=2)
stichproben <- rep(0, each=2)
for (i in seq(1:2)) {
n <- dim(daten)[1]
ix <- sample(n,200) # producing samples
samp_i <- daten[ix,]
stichproben[i] <- samp_i # doesn???t works
# Calculation of the model:
posterior_i <- MCMClogit(y ~ fbl.ind + fekq3 + febitda4 + fuvs + fkru +
2011 Jul 29
3
Problems with ks.test()
Hi,
I got two data point vectors. Now I want to make a ks.test(). I you print
both vectors you will see, that they fit pretty fine. Here is a picture:
http://www.jochen-bauer.net/downloads/kstest-r-help-list-plot.png
As you can see there is one histogram and moreover there is the gumbel
density
function plotted. Now I took to bin-mids and the bin-height for vector1 and
computed the
2012 Oct 07
1
Why do I get different results for type III anova using the drop1 or Anova command?
Dear experts,
I just noticed that I get different results conducting type III anova
using drop1 or the Anova command from the car package. I suppose I made
a mistake and hope you can offer me some help. I have no idea where I
got wrong and would be very grateful for explaination as R is new
terrain for me.
If I run the commands in line, they produce the same results. But if I
run them in
2001 Nov 29
2
Does Wine leave a Zombie-Thread behind?
Hi all,
I'm quite new to Wine, so sorry if this question was discussed before.
I installed Wine to have Lotus Notes running on my Linux-Box (SuSE 7.2). I use
to start it via a desktop shortcut. After closing Notes I still find a wine
process running. If I start it from the command line, I also have to kill the
process after Notes is finished (CRTL-C).
Is this a bug or a feature? Any
2011 Jul 20
3
Grouping columns
*Hi @ all,
I have a question concerning the possibilty of grouping the columns of a
matrix.
R groups the columns alphabetically.
What can I do to group the columns in my specifications?
The script is the following:*
> #R-Skript: Anzahl xyz
>
> #Quelldatei einlesen
> b<-read.csv2("Z:/int/xyz.csv", header=TRUE)
>
> #Teilmengen f?r die Einzeljahre generieren
>
2006 Feb 09
3
Xp Home hack + Domain join
Hello fellows,
Does anyone of you has found the hack to permit win xp home edition to
join a domain controller.
I found somewhere on the net a software that does this.
But it cost 145 $ US, so like the upgrade... ( the only difference in
that i will not give the money to Bill Gates)
My problem is with the password modification.
Every times someone does change his password, he has to go onto the
2006 Jun 05
1
negative binomial: expected number of events?
Hi
I'm fitting poisson and negative binomial distributions to event data. I'm
interested in the expected number of events occuring in a time period. For
the poisson this is determined by the parameter lambda only.
For the neg. binomial, is the expected number of events determined by the
parameter "mu" only or does parameter "size" influence the first moment as
2002 May 22
1
3 OS/2 Server, 120 user, we waited to avoid W*-Server, is now the time? How?
Hallo,
das Subject sagt schon fast alles.
Zum besseren Verst?ndnis der Hintergrund.
nachdem ich vor vielen jahren Pathworks-Server durch ein OS/2-Serversystem
abgel?st habe,haben wir es auch noch geschafft, die n?chste
Evolutionsstufe bis jetzt herauszuziehen.
Wir nutzen File- und Printservices. Das ist alles. Die Anzahl der User
tendiert gegen 150. Wir sind an zwei Standorten, aber ?ber VPN
2007 Feb 13
1
cakePHP Programmierer gesucht
Für die Entwicklung einer Online Community suchen wir einen erfahrenen
cakePHP Programmierer in Heimarbeit und Vollzeit.
- fundierte cakePHP Kenntnisse.
- svn Routine.
- zeitlich ab sofort verfügbar.
- 2-3 Monate, ggf. länger.
- Kurz-Bewerbung per E-Mail.
- Bezahlung wahlweise pauschal nach Milestones oder Stundensatz.
Bitte senden Sie uns einen Link auf eine Demo Page Ihrer bisherigen
Arbeit,
2006 Dec 07
1
Simulation in R - Part 2
Hello!
So, the simulation works (drawing 100 samples and then calculate the
model for each sample). Here is the code:
--snip--
# sample size n=200
ergebnisse200 <- rep(0, each=100)
stichproben200 <- vector(?list?, 100)
default200 <- rep(0, each=100)
for (i in seq(1:100)) {
n <- dim(daten)[1]
ix <- sample(n,200)
samp_i <- daten[ix,] # draw samples
y <- sum(samp_i$y)
2003 Nov 06
1
Samba 3.0 and ADS How to
HelloList,
Do someone have got a link/document/"How To" for setting up Samba 3.0 in
ADS-Enviroment.
I read Samba-Collection-How-To, but I got stuck and need help.
My favour will be a easy and perspicuous manual like a walkthrough
Thanks in advance.
Regards
Dominik Brosch
2006 Aug 04
2
Can you explain me this behaviour please?
Hi,
I found a behaviour of rsync I cannot explain.
1) rsync -vaS --delete-after --include-from=/etc/rsync.inc
--exclude-from=/etc/rsync.ex / server:/
2) rsync -vaS --relative --delete-after --include-from=/etc/rsync.inc
--exclude-from=/etc/rsync.ex / server:/
I sync most of one server to another as a fallback server. I had the
relative option first (dont know anymore why), then
2011 May 28
5
Segmentation fault again
Hi,
I have the following report after a cron job again?
/root/tools/expunge: Zeile 3: 4869 Speicherzugriffsfehler doveadm
expunge -A mailbox Spam savedbefore 5d
/root/tools/expunge: Zeile 5: 4915 Speicherzugriffsfehler doveadm
expunge -A mailbox Papierkorb savedbefore 4d
See the attachment.
Any ideas greatly appreciated. Thanks
--
Mit freundlichen Gr??en,
with kind regards,
Jim Knuth
2007 Aug 08
1
Regsubsets statistics
Dear R-help,
I have used the regsubsets function from the leaps package to do subset
selection of a logistic regression model with 6 independent variables and
all possible ^2 interactions. As I want to get information about the
statistics behind the selection output, I?ve intensively searched the
mailing list to find answers to following questions:
1. What should I do to get the statistics
2005 Oct 08
3
Bug with letters in newer Wine-versions
There existing a bug in newer Wine versions.
I use SuSE 9.3 as system.
If I used the Wine-version, which comes with the distribution
(wine-20050211), then the following window comes at start:
http://user.web-gear.com/theuserbl/wine1.png
But if I update to wine-20050830 or wine-20050930 then it looks like
http://user.web-gear.com/theuserbl/wine3.png
It is NOT a font-problem.
I have copied the
2018 Jun 18
2
2 WINS Servers and WINS FORWARDING
Hello List,
I have a special L2 VPN connected samba deployment setup and I want to
make sure the name resolution arrangement is the best for the network.
Setup : network 1 + Samba1<<SAME IP range>> <L2 VPN> network2 <<SAME IP
range>> + Samba2
I have noticed that the wins server and wins support options are
non-inclusive.
Samba2:
name resolve order =
2015 Mar 09
2
3D part of the Godot engine
Hi!
At
http://www.godotengine.org/forum/viewtopic.php?f=9&t=1710&sid=f3de0009f9b706fa6e80d540afe6e544
are shown screenshots taken from Windows with the NVidia driver and from Linux with the Nouveau driver.
I think to fix bugs in this case would be easier then let Unity- or Unreal-program run, because the Godot engine is OpenSource (MIT-license):
https://github.com/okamstudio/godot
So