search for: postypes

Displaying 9 results from an estimated 9 matches for "postypes".

Did you mean: postype
2009 Jul 07
4
Test for X=1 fails, test for >0 works, data in text file is 1
Hi, I am apparently not understanding some nuance about either the use of subset or more likely my ability to test for a numerical match using '='. Which is it? Thanks in advance. I've read a data file, reshaped it and then created MyResults by keeping only lines where the value column is greater than 0. So far so good. The data in MyResults looks good to me by eye. The
2009 Jul 11
1
sort data.frame by specific date column
I have a data.frame that was built from a number of smaller data.frames with rbind. Each ssmaller data.frame bound together runs over the same date ranges. The format of the whole thing looks like this: Trade PosType EnDate EnTime ExDate ExTime PL_Pos 1 1 1 1040107 915 1040107 1300 164 2 2 1 1040108 909 1040108 1300 184 3 3 1 1040115
2009 Jul 08
1
What is cast telling me?
Hi, What is cast telling me when it says the following? Aggregation requires fun.aggregate: length used as default What is 'length'? I've taken a small subset of data and wondered what EnTime vs ExTime might look like. cast is kind enough to give me a table but I don't understand the values in the table. They seem to sum up ro be the same as the total dimension of the data
2009 Jul 11
2
Date conversions
Hi all, I'm having a little bit of trouble with some date conversions and am hoping someone can help me out. Thanks in advance. OK, I have two sources of data that provide date info in a csv file differently. I've attached a small zipped file with two text files that illustrate both. (Is it ok to send attachments to this list? Not sure. It's very small.) I need to be able to
2010 Dec 02
4
Why msvcrt generates errors ?
Hello winers I'm doing a little excersice. A minimal source #include <string> int main(void) { return 0; } So, if i compile that with: g++ -I/usr/include/wine/msvcrt -c myfile.cpp I get errors like: In file included from /usr/include/c++/4.4/bits/postypes.h:42, from /usr/include/c++/4.4/bits/char_traits.h:42, from /usr/include/c++/4.4/string:42, from myfile.cpp:1: /usr/include/c++/4.4/cwchar:148: error: ?::fwide? has not been declared The question is: If i pass the -I option to the compiler intru...
2010 Jan 31
3
[LLVMdev] llvm-gcc 4.0 question
....cpp -o Output/ ofstream_ctor.bc -emit-llvm In file included from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/ wchar.h:112, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/cwchar:54, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/bits/postypes.h:46, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/iosfwd:49, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/ios:43, from /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/ 4.0.0/istream:44, from /D...
2010 May 20
3
Install eventmachine on Debian Lenny
...project.h:48:26: error: sys/resource.h: No existe el fichero o el directorio project.h:49:22: error: sys/wait.h: No existe el fichero o el directorio In file included from /usr/include/wchar.h:37, from /usr/include/c++/4.3/cwchar:52, from /usr/include/c++/4.3/bits/postypes.h:47, from /usr/include/c++/4.3/iosfwd:47, from /usr/include/c++/4.3/ios:44, from /usr/include/c++/4.3/ostream:45, from /usr/include/c++/4.3/iostream:45, from project.h:29, from files.cpp:20: /usr/...
2009 Jul 10
2
ReShape/cast question - sum of value in table
Hi, I've tried to capture the basics of this problem I'm having. Been working on this for a couple of days and just cannot get past it. As a test of this list software I've attached is a small text file zipped up. I hope it gets through but if it doesn't I'll post the actual text which is only 26 lines. Put it somewhere sensible and change the first line in the code to point
2009 Jul 09
2
How to Populate List
Hi, I'm new to R and would like to know, how one can populate the list with array data. I'm reading a tab separated table in R. The data in the table looks something like this. #Table Data Comp    A    B    C Extracellular    103    268    535759 Nucleus    45603    47783    442744 #R code myData <- read.table("table.data",                 header=T,