Displaying 20 results from an estimated 100 matches similar to: "Files with Missing Data"
2008 Jul 24
1
Coconut benchmark for R?
Hello All,
Could anybody point me out any port of "Global Optimization Test
Problems" OR "Constraint Satisfaction Test Problems" part of Coconut[%]
benchmark or other such similar benchmarks for R.
[%] Coconut benchmark:
http://www.mat.univie.ac.at/users/neum/public_html/glopt/coconut/Benchmark/Benchmark.html
Cheers!
Isa
[[alternative HTML version
2005 Jun 26
2
(sans objet)
Ma premi??re question: puis-je ??crire en fran??ais, mon anglais est
pire que pire. J'essaie en fran??ais; sinon, j'essaierai une traduction!
Je sduis d??butant. Ma question est donc simple, j'imagine.
Je travaille sur des tableaux de statistiques. Je prends un exemple:
J'ai un "frame" que j'appelle "eurostat" qui me donne des
statistiques
2006 Apr 16
7
table sorting
Ahoy,
I checked the API and did some forum searches but didn''t find anything
good on table sorting.
Is there a "railish" way to do this? My current method really is lacking
(i''m on like rails day 2)
<th><%= link_to ''Name'', :action => ''list'', :order => ''name'' %></th>
2006 Apr 16
11
Best way to sort categories w/ pager
Ahoy,
I made this pager,
" def list
@item_pages = Paginator.new self, Item.count, 10, @params[''page'']
@items = Item.find :all, :conditions => "category_id =
#{params[:condition]}",
:limit => @item_pages.items_per_page,
:offset => @item_pages.current.offset
@categories = Category.find_all
2006 Apr 15
7
New to rails - scaffold command , how to get related items?
Ahoy,
I was able to follow the tutorials and build a simple to-do list program
with Items and Categories and have the related tables link up w/ the
default "scaffold :Items" command plus custom defenitions.
Then I erased all of that and tried rebuilding the program using the
ruby script/generate scaffold Item (and category) command.
Now the templates look like
"
<% for
2006 Apr 17
6
acts_as_taggable confused
Ahoy,
So i''ve installed the acts_as_taggable module and everything is fine,
but i''m a bit confused about this bit of code described in the API
"photo = Photo.new
# splits and adds to the tags collection
photo.tag "wine beer alcohol"
# don''t need to split since it''s an array, but replaces the tags
collection
# trailing and leading
2006 Nov 25
1
Possible memory leak in smbd?
I noticed one of my smbd processes for one particular client (IUSR_JUNIPER)
is taking 200MB in memory, far different from all the other smbd processes.
Should I be concerned about a memory leak here? I don't think samba would
be caching any files, so I can't see why it'd use this much memory.
That windows client is a win2k IIS5 server, with well over 60 sites that are
hosted off a
2008 Mar 30
2
I need really help
Dear , Madam/Sir
I'm student doing master in statistics, I'd like to know how i can set data in R and apply meta-analysis. i have tries many ways but I'm really stuck.
i really appreciate if you can help me in this matter.
Mohammed Owlowa
---------------------------------
[[alternative HTML version deleted]]
2011 Oct 10
26
PCI passthrough stopped working, brainache!
Recently had passthrough of 2xPCI DVB-T cards and 1xPCIe DVB-S2 card working,
the last know config that was *certainly* working was
dom0
xen-4.1.1-3.fc16.x86_64
kernel-3.1.0-0.rc7.git0.0.fc16.x86_64
domU
kernel-3.1.0-0.rc8.git0.0.fc16.x86_64
Since then I''ve updated
xen-4.1.1-6.fc16.x86_64 on dom0
kernel-3.1.0-0.rc9.git0.0.fc16.x86_64 on dom0 and domU
and updated all other packages
2008 Jun 26
4
help
hi,
I'm student doing Msc in operational research and applied statistics in Salford university ,now I'm doing my project which is conducting meta-analysis in R , i was wondering how i can evaluate continuous outcome using rmeta package, i really appreciate if you can help me in that matter.
thanks in advance
Mohammed Owlowa
[[alternative HTML version deleted]]
2009 Mar 10
1
[LLVMdev] Generating DWARF info
I'm using llvm-2.5 on OS X 10.5 and having a problem getting debug
info from my compiler into a resulting executable.
My code flow is:
LLVM API -> Assembly file .s -> gcc to .dylib
I'm using DIFactory to generate the debug info, and my usage seems to
match what clang's CGDebugInfo would do. In my resulting assembly
file, I see the DWARF sections with apparently valid
2006 Apr 21
5
installing hieraki help
Ahoy,
I tried to install hieraki and it was a big mess.
1) upload_progress module needed to be installed
2) no test/development server configured in the config file so i had to
add those
3) no log directory, had to add that
4) had to install 2 gems (ok fine)
5) once the server started, go to homepage and
" NameError in Wiki/pageController#index
uninitialized constant Node
RAILS_ROOT:
2005 May 17
1
Workgroups
I am very new to samba and have installed samba 2.2.8 on a sco unix open
server 5.07 system with wins.
My current windows network has about 50 users split into department
workgroups.
How can I get them all to see the samba server? When I look at the network
neighbourhood it only shows up in one workgroup.
I have put two workgroups in the global area but it only shows the second
one
2012 Dec 11
5
Renaming column names according to another dataframe
Hi,
I've got a dataframe having a code as column name.
Addtionally I have another dataframe with a two columns (and lots of
rows), the first
containing the code and the second some Text (real name).
Now I'd like to use the information (pairs of code and name) of the
second dataframe to rename all the columnnames in the first dataframe.
How is it possible to achieve that?
Here a small
2006 Jul 19
5
Model Validation - with a twist
I''m stuck in a catch-22 type problem. I have an insert form for a table
that uses the validation in the model. i.e. When you click submit on the
form and haven''t filled in the required fields then you get the nice
rails error messages saying "field can not be blank". This works fine
until I introduce some more logic.
What I''m trying to do is to validate
2010 Nov 26
1
Generating kml lines output
Dear,
I would like to generate kml file with lines (<LineString>) of
different style (definitely color, but width would also be nice to
see). However with kmlLine from maptools package I am able only to
output the single first Lines object (first row of
SpatialLinesDataFrame)
I guess the option would be to have single Lines object (instead of
list of them), but then also the style
2008 Jun 16
1
Fix for IE6 bug in geocoding
Hi,
I was trying to use the geocoding stuff in Mapstraction and found a
bug with IE6. I couldn''t find a way of submitting it on Trac, so here
it is. Change line 110 of mapstraction-geocode.js from:
place = response.Placemark[0];
to:
var place = response.Placemark[0];
Otherwise IE6 doesn''t declare the variable properly and things break
in obscure ways.
Cheers,
Tom
2008 Aug 18
2
Fwd: Parsing XML or KML into CSV /Using R for geocoding , OR problem
Hi,
I have a data file in a KML format which is Google Earth's format for
geographic data. I need to import it into a csv file . How can I do that.
KML format is just like XML format .example below
Which R module with deal with an OR problem (like transportation problem
using geo coded data as in the example below)
Regards,
Ajay
www.decisionstats.com
-
<?xml version="1.0"
2011 Jan 20
1
Generating time progressing line for Google Earth
Dear,
I am trying to visualise a time-progressing line (it's supposed to
represent spread patterns) using brew package and Google Earth.
The idea is to have a function which takes start and end point
geographic coordinates, as well as number of intervals to chop the path
up, and returns the collection of points segmenting this line.
Unfortunately my calculations fail for large distances,
2009 Nov 14
1
Filmon HDI Player
Hello,
wonder if anyone can help here - perhaps a winetrick (tried DIVX - doesn't help, and slight problems with Ubuntu 9.10, like some other Linux programs have). I have tried to install a MS Windows program to watch TV, films etc. over the Internet from filmon.com. The program gives a "network problem" message after trying to authenticate the log-in name and password.
There is no