Displaying 20 results from an estimated 6000 matches similar to: "Question"
2005 Nov 28
1
read.spss problem
Hello,
I am having trouble reading an spss file into R. I have reset my
working directory to the folder where this file is stored. This is
what I've typed into R and the error message I received:
+ getwd()
[1] "/Users/daviacox/Graduate School/PLS 801"
> read.spss("norwil.spss")
Error in read.spss("norwil.spss") : error reading portable-file
dictionary
2008 Aug 25
1
Problems starting Rcmdr
I understand that Rcmdr needs the tcltk package in order to run.
However, when I attempt to using the library (Rcmdr) command, I get
the message below.
I have attempted to start X in R as well as using starting it from
the Utilities folder on my Mac to no avail. I can't figure out if
there is an issue with X11 or with R itself (I just updated to 1Is
there a terminal command I can use
2006 Oct 27
1
Qualitative Data??(String command)
I am using the read.table function to load an Excel data set into R.
It has a few variables with very long qualitative (free response
typically in sentences) response that I would like to keep, but would
like to limit the "length" of the response that R shows. Is there some
sort of string or column width command I can include in the read.table
function to limit the length of words used
2005 Oct 12
6
[OT] Gentoo install help please
I''ve decided to take the plunge and go with Gentoo for my rails development
and test box. I figure the easy of maintenance is worth the setup hassles.
Anyway, I''m followin the instructions on the Gentoo web site. I''ve selected
the ..''i686'' 2.6 kernel for my 700mhz amd processor, and choosen stage3
install option from CD. I''m now at the the
2018 Sep 26
4
WebRTC as Softphone substitute ?
Hello,
This morning, I asked myself if WebRTC could be a viable alternative to
softphone deployment.
For me, main issue with Softphones is the amount of work needed for
installation and configuration.
Also, Softphones must be carefully choosen if Deskphone-like quality is
expected.
Now that WebRTC becomes ubiquitous, it might make sense to trade Softphone
features (call history, BLF, ...) for
2015 Dec 08
0
[ANNOUNCE] Samba 4.2.6 Available for Download
=============================================================
"You've gotta dance like there's
nobody watching, Love like you'll
never be hurt, Sing like there's
nobody listening, And live like it's
heaven on earth."
William W. Purkey
=============================================================
Release Announcements
---------------------
2015 Dec 08
0
[ANNOUNCE] Samba 4.2.6 Available for Download
=============================================================
"You've gotta dance like there's
nobody watching, Love like you'll
never be hurt, Sing like there's
nobody listening, And live like it's
heaven on earth."
William W. Purkey
=============================================================
Release Announcements
---------------------
2011 Sep 08
1
Dynamic port remote listener - a BUG?
Hello,
Today I tried using "dynamically assigned" port for remote listener, by
requesting listener on port 0. This is supposed to create a listener on a
port choosen by server. Everything seemed OK (the choosen port was sent back
to client), but forwarding was refused. So I checked the source.
in channels.c, function: channel_setup_fwd_listener
/*
*
2008 Sep 24
5
Auto refresh field
Hi,
I would to know if it is possible to automaticly refresh some
particular field ?
Clearly, I have a model called "productions" with fileds "name" and
"numbers".
Another application update fields "numbers" of the mysql table.
On an "index.html.erb", I have the list of "production" and i would
like to view automaticly when value of
2010 May 25
3
Dungeon Keeper 2 graphics crash? (probably a quick fix)
I switched to Ubuntu last week and have been trying to get some old classics running, and I'm working on Dungeon Keeper 2. I'm very new to Wine and to debugging, so I apologise if this problem is in bugzilla; I was unable to find it as I didn't know which part of the error to focus on!
I'm using Wine 1.1.42, Ubuntu 10.04 and DK2 is patched and cracked to the max.
When I prompt
2009 Sep 12
1
Save data in txt
Hi everyone
I have a little problem with R. I built a lineal regression equation using stepAIC function in both directions. Once I get this formula (lineal regression), I would like to save in a txt file data refered to p-value, r-squared, coefficients,...from the choosen model previously using stepAIC and p-value,r-squared, coefficients,...from each predictor. I try to use function
2006 Mar 27
2
Problem with an AJAX drop-down menu
Hi everyone,
I''m currently playing with ruby on rails, and I was trying to build a
form with limited AJAX functionalities...
So here is my problem : I want to create a form in order to allow
visitors to choose a car make and a car model. Once the user has choosen
his make in a select tag, the model select tag is supposed to be updated
with the models that belong to the choosen make
2012 Apr 03
2
minute cron
Hi all,
CentOs has choosen anacron as default cron daemon.
I did not look further about the reasons, I think there are some good
reasons.
I want to create a minute based set of scripts.
No much precision required, once a minute more or less 20 sec is OK.
Using anacron, how do you recommend to do it?
Is anacron the right tool? Otherwise what's the right tool?
--
RMA.
2010 Jul 02
3
Combining several plots besides a dendrogram?
Hello all,
I would like to recreate the plot shown here (from a useR 2009
presentation):
http://www.agrocampus-ouest.fr/math/useR-2009/abstracts/pdf/Hocking.pdf
I downloaded the code for that image, and discovered that it relies on
external web services, and also having PERL installed on the computer.
I believe this could be done "locally" using the "seqLogo"
2006 Jan 13
2
Select multiple question
I''ve got the following code in my view:
<select name="user[member_list][]" multiple="multiple">
<%= options_from_collection_for_select @someUsers, "id", "username" %>
</select>
I have a few other fields, textboxes, etc. within the form. When I go
to save the info, the textboxes all save with their content, but the
select box
2010 Aug 20
6
Suggested books for the complete Noveice
Hi,
I am new in this group, if I want to learn rubyonrails what should I do
first. I am very much interested to learn rails as I saw a video and make
simple blog following that and then I started feeling that I should learn
this language. About me, I have completed the basic java and I understand
OOP concept and I can understand and write php codes.
If I get some suggestion from you it would
2015 May 11
5
Bacula backup system
Hi there,
In my last request I have asked info about backuppc and other backup
solutions. After some test I have choosen bacula. Many people said it's too
complex and try to make it works is a challenge. I've tested backuppc and I
don't like it for a stupid reason... I must install on centos external
software, configure a web server with cgi with suid enabled (apache does
not have
2017 Jun 17
2
Wide load/store optimization question
> On Jun 16, 2017, at 2:43 PM, 陳韋任 via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>
>
> 2017-06-17 4:36 GMT+08:00 upcfrost <upcfrost at gmail.com <mailto:upcfrost at gmail.com>>:
> Hi,
>
> Same here, my backend only has 64bit load/store. But i still use 64bit virt regs and expand/declare missing instructions by myself.
>
> I'll try
2004 Jun 01
2
Importing binary data
Hi everybody!
I've a large dataset, about 2 Mio entries of the format which I would like
to import into a frame:
<integer><integer><float><string><float><string><string>
Because to the huge data amount I've choosen a binary format instead
of a text format when exporting from Matlab.
My import function is attached below. It works fine for only
2006 May 07
5
File upload/database import
I have been using Ruby on Rails for around 6 weeks now (so far I love
it), but I''ve gotten to a point in the application where I need to allow
the user to upload comma deliminated text files that will get loaded
into one of the database tables.
Before I get started doing this, I was wondering anyone knows of any
examples or tutorials that deal with this. I''d rather do it