search for: whehter

Displaying 5 results from an estimated 5 matches for "whehter".

2006 Mar 23
2
invalid variable type in model.frame within a function
...=weights) mf } produces the following error: > makemodelframe(mf1,jet,weights=rvar) Error in model.frame(formula, rownames, variables, varnames, extras, extranames, : invalid variable type Searching the R-help archives I came across bug-reports about this but couldn't figure out whehter the bug was solved or whether there are work-arounds available. platform: platform powerpc-apple-darwin7.9.0 arch powerpc os darwin7.9.0 system powerpc, darwin7.9.0 status major 2 minor 2.1 year 2005 month 12 day 20...
2002 Mar 25
1
int 32 bit error on SPARC 64bit (PR#1415)
...or 2 gmake[2]: Leaving directory `/opt/R/R-1.4.1/src/main' gmake[1]: *** [R] Error 1 gmake[1]: Leaving directory `/opt/R/R-1.4.1/src' gmake: *** [R] Error ************* Related Code: ************* ***Related code in arithemtic.c file: 667 #ifndef INT_32_BITS 668 /* configure checks whehter int is 32 bits. If not this code will 669 need to be rewritten. Since 32 bit ints are pretty much universal, 670 we can worry about writing alternate code when the need arises. 671 To be safe, we signal a compiler error if int is not 32 bits. */ 672 # error code requires...
2011 May 24
0
linking notepad++ to stata under Wine
...puter. I used notepad++ to compile and run stata do files on PC before. Now I need to do this on Mac. I installed wine, notepad++, and stata on the Mac. I followed procedures that work on PC to link notepad++ and stata under wine on Mac. Unfortunately it doesn't work under Wine on Mac. I wonder whehter anybody knows how to link them under Wine on Mac. I would appreciate it very much if any can share some insights about how to solve this problem. Thanks very much! T.
2013 May 02
1
(no subject)
I have posted a R copula question yesterday but it is not accepted yet. How long does it take? I am waiting if some one can help me on my Copula package related question. Thanks [[alternative HTML version deleted]]
2002 Apr 04
2
non-32-bit integer problem on SUN-Blade
...lement representation (but that is almost universal). The tests that compare results to double's depend on being able to accurately represent all int's as double's. Since int's are almost universally 32 bit that should be OK. */ #ifndef INT_32_BITS /* configure checks whehter int is 32 bits. If not this code will need to be rewritten. Since 32 bit ints are pretty much universal, we can worry about writing alternate code when the need arises. To be safe, we signal a compiler error if int is not 32 bits. */ # error code requires that int have 32 bits #else /* J...