Displaying 10 results from an estimated 10 matches for "extrat".
Did you mean:
extra
2005 Aug 31
1
extrating BLUP values from linear mixed models
Hello,
I wish to learn how to extract best linear unbiased predictor values from a
linear mixed model of repeated measures on individuals which has a random error
structure (random =~ 1|individual).
Thanks for your time,
Kind regards
Matt
--
Matt Robinson
Institute of Evolutionary Biology
University of Edinburgh
2011 Oct 25
2
Extracting dataframe rows containing NAs in one column
...n a data set which looks like this:
> head(temp)
Day Month Year PW ROW
1 1 1 1959 NA 6.40
2 2 1 1959 6.65 6.35
3 3 1 1959 2.50 3.60
4 4 1 1959 0.60 2.25
5 5 1 1959 0.85 0.30
6 6 1 1959 0.00 2.20
I am trying to extract all the rows containing NA. I can extrat all the rows
without NAs in column 4 using
> PWna<-temp[complete.cases(temp[,4]),]
> head(PWna)
Day Month Year PW ROW
2 2 1 1959 6.65 6.35
3 3 1 1959 2.50 3.60
4 4 1 1959 0.60 2.25
5 5 1 1959 0.85 0.30
6 6 1 1959 0.00 2.20
7 7 1 1959 1.40 1.65
Bu...
2008 Mar 06
1
Sweave and the prompt
Hi the list
I would also like to remove the prompt, in order to let the reader
cut-and-paste from pdf to R. So I set the prompt to " " with
options(prompt=" ",continue=" ")
But it add an extrat space at the start of each line. I also try some code
options(prompt="\a",continue="\a")
After a big figth in my office (my college did not like my new prompt
:-) ), I gave up since it does not let the user cut-and-paste either...
Is there any possibility to completly remove t...
2007 Dec 17
1
Xen console hangs
....el5xen. I used to start the
vm with "xm create myvm -c". I see the boot during a couple of second,
then, it freeze.
The console is freezed, not the vm, a couple of second later, I can ssh
the vm without any problem.
"xm console myvm" also display a freezed state. This is an extrat of the
console :
# xm create myvm -c
Using config file "/etc/xen/myvm".
Started domain myvm
rtc: IRQ 8 is not free.
i8042.c: No controller found.
--- freeze : no more keyboard input but the vm is up and running
--- something it freeze later in the boot, around HALD..
Do you h...
2012 Jan 25
1
Converting strings into data frame column names
...",sep=""),paste(i,"$TG_NAME3",sep="")) # I may be over
complicating things here!?
phNew<-rbind(phNew,(data.frame(ID=get(x[1]), DATE_DISPENSED=get(x[2]),
TG_NAME1= get(x[3]), TG_NAME2=get(x[4]), TG_NAME3=get(x[5]))))
}
The error i get is that the columns for extration are not recognised as
objects which i understand. What i need resolving is how do i get around
this so that each column desired is extracted from the original data frames?
Is there a way to make the string (where my over complicating note is) of
the column name into the column name as get() does...
2007 Dec 17
0
xm console freeze/hangs
....4.el5xen. I used to start the
vm with "xm create myvm -c". I see the boot during a couple of second,
then, it freeze. The console is freezed, not the vm, a couple of second
later, I can ssh the vm without any problem.
"xm console myvm" also display a freezed state. This is an extrat of the
console :
# xm create myvm -c
Using config file "/etc/xen/myvm".
Started domain myvm
rtc: IRQ 8 is not free.
i8042.c: No controller found.
---> freeze : no more keyboard input but the vm is up and running
---> Sometimes it freeze later in the boot, around HALD.....
2005 Jul 04
5
#include not working with *1.0.9
We are running * V1.0.9 on a demo box.
We have set up everything in our dialplan and we have a directory where we store
individual extension settings. That directory is called "extensions-phones.d"
and it contains a number of .conf files.
In my extensions.conf file I have put a
#include "extensions-phones.d/*.conf" in my [globals] context
If we reload and restart *, and
2004 Jun 02
13
wxGrid Question
When operating with a wxGrid is there a way to get a reference to the
TextCtrl field that is created when you start typing in a cell.
Also is there a way to get mouse events to work with a wxGrid, so far I
can''t get any of them to work. I had tried various combo''s of:
@grid.evt_left_down(){ |event|
puts "Left mouse is down"; }
using evt_left_down, evt_left_up,
2011 Jan 13
0
Help with Data Transformation - RESOLVED
...file="Units_NG.L", quote=FALSE, sep="\t")
This subset has 97 individual samples and 3 "PARLABELS" distributed across 249 individual lines.
Added Responses:
1. The structure of my actual input file appears to be correct per the following:
(I has sent you a separate extration from an excel file)
(Strings as Factors, numbers as num or int; a date changed via as.Date())
'data.frame': 19694 obs. of 25 variables:
$ Transect : Factor w/ 78 levels "FLR01","FLR02",..: 1 1 1 1 1 1 1 1 1 1 ...
$ Offset : Factor w/ 16 levels "0",&...
2014 Sep 10
13
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
On Tue, Sep 9, 2014 at 11:39 PM, Chandler Carruth <chandlerc at google.com> wrote:
> Awesome, thanks for all the information!
>
> See below:
>
> On Tue, Sep 9, 2014 at 6:13 AM, Andrea Di Biagio <andrea.dibiagio at gmail.com>
> wrote:
>>
>> You have already mentioned how the new shuffle lowering is missing
>> some features; for example, you explicitly