Displaying 9 results from an estimated 9 matches for "figurestofact".
Did you mean:
figurestofacts
2013 Feb 20
0
R Data Project Manager
...eriod of time.
Offer:
Competitive reward
Contract type to be discussed
Freelance offers will not be retained
Figures to Facts offices are located in Belgium, Ninove (+/- 25km from
Brussels).
Interested? Don't hesitate to send a statement of interest and CV to
<mailto:info at figurestofacts.be> info at figurestofacts.be
[[alternative HTML version deleted]]
2013 Apr 18
0
R Data Project Manager
...tract type to be discussed
Freelance offers will not be retained
Figures to Facts offices are located in Belgium, Ninove (+/- 25km from
Brussels), within walking distance from the central station.
Interested? Don't hesitate to send a statement of interest and CV to
<mailto:info at figurestofacts.be> info at figurestofacts.be
[[alternative HTML version deleted]]
2011 Jul 25
0
Junior R and VBA Specialist ; Belgium Brussels
...d of database mgt.
Knowledge of statistics is not necessarily required.
* Knowledge of VBA
* You are a dynamic teamplayer who works efficiently and in a structured way
Offer:
Competitive reward
Contract type to be discussed
To be considered, please send a statement of interest and a CV to
info at figurestofacts.be
2008 Nov 05
1
slow aggregate function
Een ingesloten tekst met niet-gespecificeerde tekenset is gescrubt ...
Naam: niet beschikbaar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081105/cffde8e4/attachment.pl>
2012 Jul 20
1
Unique Values per Column
Hi,
I was wondering what the best way is to create a new dataframe based on an
existing dataframe with only the unique available levels for each column (22
columns in total) in it.
If some columns have less unique values than others, then those columns can
be filled with blanks for the remaining part. Is it possible to make it a
generic function, which is independent from the column names?
Thx
2012 May 31
3
RScript.exe and map directory issue
Hi,
I'm trying to run on Windows 7 a scriptfile with Rscript.exe from within
Excel 2010 with the following code:
Call Shell(rPath & "\Rscript.exe C:\Work\Latest\_Test.R", vbHide)
The good news is: the above code works perfectly, but ...
If I add white spaces to my map directory, like:
Call Shell(rPath & "\Rscript.exe C:\Work\Latest 1\_Test.R", vbHide)
In the
2011 Apr 03
4
replace last 3 characters of string
Hi,
I would like to replace the last tree characters of the values of a certain
column in a dataframe.
This replacement should only take place if the last three characters
correspond to the value "/:/" and they should be replaced with ""(blank)
I cannot perform a simple gsub because the characters /:/ might also be
present somewhere else in the string values and then they
2010 Oct 11
2
Split rows depending on time frame
Hi,
I have the following data frame, where col2 is a startdate and col3 an
enddate
COL1 COL2 COL3
A 40462 40482
B 40462 40478
The above timeframe of 3 weeks I would like to splits it in weeks like this
COL1 COL2 COL3 COL4
A 40462 40468 1
A 40469 40475 1
A 40476 40482 1
B
2010 Feb 17
2
Is the aggregate function the best way to do this?
Hi,
I''m having a dataframe ''Subset1'' with a number of factor variables and 160
numerical variables
Now I want to make sums for all rows that have the same values for the
different factor variables, except for the factor variables: VAR1,VAR2,VAR3
who may have the same values.
With the formula given below this works great, but in a situation with 15000
rows and 13