Displaying 12 results from an estimated 12 matches for "abge".
Did you mean:
abe
2008 Nov 24
1
chooseCRANmirror
...that they fought for comes about in spite of their defeat, and then it turns out not to be what they meant, and other men have to fight for what they meant under another name. (William Morris)
Anders gesagt: Gl?ck ist wie ein Esel, der um eine Kleinigkeit st?rker ist als seine Last (Musil, leicht abge?ndert)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081124/79a16eed/attachment.bin>
2009 Feb 10
1
Calculating variables
Dear fellows: This is the problem: I have 5 variables A, B, C, D and E
with a range from 1 to 100 with 0.1 steps. Depending on the different
values these have, the results of the formula change:
alitemp <- ((Abase/llmcc$Clase)*PClase)+(((1/llmcc
$Categoria)*Abase)*PCategoria)+((Abase*llmcc$Phi)*PPhi)+((Abase*llmcc
$Rf)*PRf)
So, alitemp (a 283 element series) changes if any of the P**
2009 Feb 13
1
Add columns to data frame automatically
Hello fellows: I've een trying to set up a function that performs 100
loops producing the coresponding 100 series. I want to save all those
datasets in a dataframe, so I wrote this...
prep <- function()
# Clase[1]/Categoria[2]/Phi[3]/Rf[4]
peso <- c(.0,.03,.3,.6)
# Extension del calculo
for (i in 1:100)
{
# Calculos de todas las curvas
# Variables (Valor Base)
abase
2008 Feb 02
4
n00b question: Will xVM work on my hardware?
Hi folks.
This is probably a dumb question, but i''m not sure where to start.
I have snv_80 running and booting into xVM with no problems.
I am wondering if my hardware supports running Windows Vista in a virtual machine?
I have a Dell Precision M6300
In particular, I''m wondering if my graphics card and wired/wireless NIC are going to work?
Vid card: Nvidia Quadro M1600
wired
2009 Feb 09
2
Dataframes: conditional calculations per row .
Dear Sirs: I've been working with several variables in a dataframe
that serve as part of a calculation that I need to perform in a
different way depending on its value. Let me explain:
The main dataframe is called llmcc
llmcc : 'data.frame': 283 obs. of 11 variables:
$ Area : num 308.8 105.6 51.4 51.4 52.9 ...
$ mFondo : num 30.1 10 10.2 10.2 40.4 ...
$ mFachada :
2005 Sep 01
1
AW: Administrators and Users Rights for Windows workstations
Hi,
it's simple:
1.) put all users in YOURDOMAIN\Domain Users or YOURDOMAIN\Workstation Admins or what you would like
2.) put this group (YOURDOMAIN\Domain Users, YOURDOMAIN\Workstation Admins) into the local group
Administrators of each Workstation (you may use vbscript to automate this...)
Mit freundlichem Gru?,
Dirk Laurenz
Systems Engineer
PSO - Professional Service
2006 Jun 29
0
installing wireless card
hello,
i am trying to install my wireless card ipw3945 (intel
pro wireless abg). i have found the three files
ipw3945d, ipw3945-firmware and the ipw3945-kmod from
Dags site, but when i tried to install the
ipw3945-kmod it says it needs kmod-ipw3945 0.0.73.
where can i find it? will this work for my wireless
card. i am running Centos 4.3 on a hp dv8000t and this
is something i would like to see
2009 Feb 10
0
Dataframes: conditional calculations per row [SOLVED].
> Thank you very much Jorge, Phil and David: I was finally able to
> perform the operations I needed. I changed the function in order to
> adapt it to the simplest form like the following:
> ali <- function(Abase) {
> alitemp <- ((Abase/llmcc$Clase)*PClase)+(((1/llmcc
> $Categoria)*Abase)*PCategoria)+((Abase*llmcc$Phi)*PPhi)+((Abase*llmcc
> $Rf)*PRf)
>
2009 Feb 15
0
Porcentual separation
Dear Fellows: Thanks you all for your great help. Without your
guidance I'd not have been able to get this far. So this is the
current problem: I have a series (dataframe with 1 column and 283
rows, all with numbers (no NA's) that go from 0 to 3 or 4 with up to
14 decimals. They indicate a percentage. I have to apply a formula to
that dataframe that uses 4 variables I have
2011 Sep 03
0
Nightmare! - an nginx alternative for unicorn
This is a slow client buffering layer which may be used instead
of nginx to protect Unicorn from slow clients.
Nightmare! will _never_ beat nginx in raw throughput nor
performance. It /may/ be easier to setup than nginx and a
suitable alternative to Rainbows! for users who do not wish to
maintain a thread-safe/async-safe Rack application.
Code changes to the existing Unicorn codebase are
2009 Jul 15
4
Keep lossing wireless - ipw3945
Sunday I updated my kernel to 128.1.16 (I had to reboot so it was time
to update). No problems with wireless in my home.
Monday I started traveling to IEEE 802 plenary, and I have lost my
wireless numerous times needing to reboot.
The symptom is the radio light goes off. Back before the kernel update,
this would happen sometimes at home while on battery, and I would just
press the
2006 Apr 21
28
Ruby, Rails & Linux - Which distro ??
Hi,
I''ve been doing most of my initial playing with rails on a windows
system - but wish to switch to a dedicated linux box for this.
Are there any particular distro''s to avoid / recommend. I prefer debian
for my other stuff, but thought i''d ask before going ahead. :)
Cheers
--
Posted via http://www.ruby-forum.com/.