Displaying 4 results from an estimated 4 matches for "ob4".
Did you mean:
ob
2009 Jul 07
1
ReShape to create Time from Observations?
Here is a couple of very simple data.frames:
X<-data.frame(A=1:10, B=0, C=1, Ob1=1:10, Ob2=2:11, Ob3=3:12,
Ob4=4:13, Ob5=3:12, Ob6=2:11)
Y<-data.frame(A=1:20, B=0, C=1, D=5, Ob1=1:10, Ob2=2:11, Ob3=3:12,
Ob4=4:13, Ob5=3:12, Ob6=2:11, Ob7=5:9)
Z<-data.frame(A=1:30, B=0, C=1, D=6, E=1:2, Ob1=1:10, Ob2=2:11,
Ob3=3:12, Ob4=4:13, Ob5=3:12, Ob6=2:11, Ob7=1:10, Ob8=3:12)
Each row in the data.frame is a uniq...
2011 Jun 21
0
Oblivion - Knights of the Nine & Shivering Isles
...ng Isles. Installation of Oblivion in wine required WinXP- see
thread from 29.5.2011- but the game itself works fine. Nice game BTW. :)
After finishing Oblivion i wanted to play the above mentioned additions.
KotN was missing and for Shivering Isles i got this:
http://www.triffids.de/pub/spiele/ob/ob4.jpg (167 KB)
Surprising. *g*
But there was a workaround for both of the additions. Instead of
starting oblivion this way
---------------
hafi at i5 ~ $ cat `which ob`
#!/bin/bash
cd ~/.wine/drive_c/Program\ Files/Bethesda\ Softworks/Oblivion
wine Oblivion.exe
---------------
i had to use
----...
2013 Apr 23
2
Problemas con NA y el calculo de un promedio ponderado
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Estimada comunidad, tengo el siguiente problema:
1. tengo un data.frame con varias columnas, algunas numericas, otras son
variables categoricas
2. necesito hacer un calculo simple sobre este data.frame (un promedio
ponderado de los valores de la columna 7), pero solo para las filas que
cumplan ciertos criterios
3. en ocasiones ninguna de las filas
2009 Jul 09
2
How to Populate List
...e@mail.gmail..com>
Content-Type: text/plain; charset=UTF-8
On Tue, Jul 7, 2009 at 4:22 PM, jim holtman<jholtman@gmail.com> wrote:
> Does something like this work for you; ?it uses the reshape package:
>
>> X<-data.frame(A=1:10, B=0, C=1, Ob1=1:10, Ob2=2:11, Ob3=3:12,
> + Ob4=4:13, Ob5=3:12, Ob6=2:11)
>> Y<-data.frame(A=1:20, B=0, C=1, D=5, Ob1=1:10, Ob2=2:11, Ob3=3:12,
> + Ob4=4:13, Ob5=3:12, Ob6=2:11, Ob7=5:9)
>> Z<-data.frame(A=1:30, B=0, C=1, D=6, E=1:2, Ob1=1:10, Ob2=2:11,
> + Ob3=3:12, Ob4=4:13, Ob5=3:12, Ob6=2:11, Ob7=1:10, Ob8=3:12)
>&...