Displaying 20 results from an estimated 8000 matches similar to: "Unable to register TclNotifier window class"
2011 Sep 19
1
Constrained regressions (suggestions welcome)
All,
Could anyone recommend a package that allows the user to constrain the
coefficients from a multiple regression equation?
I tried using the gl1ce function in lasso2, but couldn't get it to
work. I created a contrived example to illustrate my starting point.
data(cars)
fmla <- formula(dist ~ speed)
gl1c.E <- gl1ce(fmla, data = cars)
gl1c.E
gl1c.E <- gl1ce(fmla, data =
2007 May 24
1
Is it possible to print a data.frame without the row names?
Is it possible to print a data.frame without the row names? I checked
?data.frame, ?print, ?format and didn't see anything that helped. In
the example below, I would just like to show the two columns of data and
not the row.names 1:10.
> a<-data.frame(1:10, 21:30)
> a
X1.10 X21.30
1 1 21
2 2 22
3 3 23
4 4 24
5 5 25
6 6 26
7
2007 May 24
1
how to change font size in HTML output
I have not been able to figure out how to change the font size for
R2HTML::HTML output. Or for output from prettyR::htmlize. If anyone
can give me a couple hints that would be great.
Thanks,
Roger J. Bos
********************************************************************** *
This message is for the named person's use only. It may
contain confidential, proprietary or legally
2007 Feb 22
3
How to print a double quote
Can anyone tell me how to get R to include a double quote in the middle
of a character string?
For example, the following code is close:
> fnd<-"Open fnd 'test'"
> cat(fnd)
Open fnd 'test'>
>
But instead of Open fnd 'test' I need: Open fnd "test". Difference
seems minor, but I am writing batch files for another
2008 May 02
1
How to parse XML
I would like to learn how to parse a mixed text/xml document I
downloaded from the sec.gov website (see example below). I would like
to parse this to get the value for each xml tag and then access it
within R, but I don't know much about xml so I don't even know where to
start debugging the errors I am getting in this example code. Can
anyone help me get started?
Thanks, Roger
ftp
2008 Aug 20
1
How to send Html using SQL Server db mail
All,
I have a variable called `go` and it has a single quote in the name
column of line 47 that I am trying to get rid of. I have tried using
gsub, but I cannot get the syntax correct to tell R to remove the '
(single quote).
> go[47,]
gvkey Symbol Name Rank MarketCap MemoDate
Action Analyst Reason SharesHeld
75 065105 BJ BJ'S WHOLESALE CLUB INC 0.9579
2007 Mar 01
2
FTP download from ftp.sec.gov
All,
I have managed to download files from web sites and ftp sites using R,
so just for fun I tried to do so from the SEC's ftp site using the
following code:
ftp <- "ftp://anonymous:test at ftp.sec.gov/edgar/full-index/company.idx"
download.file(url=ftp, destfile="test.txt")
And it does not work. R says it cannot open the URL. If I paste the ftp
part into IE it
2007 Mar 02
1
Fwd: Re: [friday topic]: what exactly is statistical computing
This is a very fascinating discussion topic. I find I run into
some fundamental differences in interpretation of the phrase "statistical
computing". I think of it as writing programs or functions, such as R or packages
in R, and of understanding the numerical analysis behind these functions.
I exclude USING computer programs, such as R, for data analysis from my
definition of
2007 Mar 15
0
Occasional problems with starting batch mode
I use a windows Server 2003 machine to run R code in batch mode every
night using the following command:
"F:\Program Files\R\R-2.4.1pat\bin\R.exe" CMD BATCH --vanilla --slave
"batch_master_dr.R"
This produces an output file, of which the first three lines look like
this:
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Loading required package: R2HTML
99%
2007 Oct 26
1
How to remove non-UTF-8 characters from a string
All,
I am trying to post text from an XLS spread to my wiki and I need to
remove any characters that are not UTF-8. Is there an easy gsub command
that can do this?
(I previously sent this same email to r-sig-gui. That was a mistake and
I apologize for the duplication.)
Thanks, Roger J. Bos
********************************************************************** *
This message is for the named
2003 Aug 26
1
dual smb/nmb for interfaces
HI
I'm need to run samba version 2.2.8 and 2 smbd / nnbd processes in a single
machine with two separate smb.conf files . They will runs on individual
interfaces and how can I do that ? Tried all means that I know off , but to
no avail. Please help.
Thanks & rgs
amin
==============================================================================
This message is for the named
2018 Jul 13
1
Package migration
On Fri, Jul 13, 2018 at 10:16:49AM +0800, adam_xu--- via samba wrote:
> Please note that: red hat's samba 4.7 has no AD DC function!
Oh, thanks. I do see a samba-dc package:
# yum info samba-dc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Available Packages
Name : samba-dc
Arch : x86_64
Version : 4.7.1
Release : 6.el7
Size : 80 k
2017 Jan 20
1
How to handle INT8 data
Right, they are identifiers.
Storing them as String has drawbacks:
- huge to store in memory
- slow to process
- huge to index (by eg data.table columns indexes)
Why not storing them as numeric ?
Thanks,
Le 20 janv. 2017 ? 18h16, William Dunlap ?crivait :
> If these are identifiers, store them as strings. If not, what sort of
> calculations do you plan on doing with them?
> Bill
2003 Apr 08
1
Root Password
Dear Samba Help,
I have forgotten my root password to my SAMBA system, is there a way I can
login to the system without root password, and then change the root password
after login ?
Will appreciate your assistance.
Best Regards
Mit freundlichem Gru?
Audrey Phang
Siemens Power Generation Asia Pacific Sdn Bhd
Control & Instrumentation Department
* 006 03 7952 4213
* 006 03 7952 4390
* 006
2004 Jun 10
2
SAMBA installation
hi, just wanted to introduce myself. My company is currently running a very old version of Samba - 2.0.7. I have been upgrading our UNIX systems this past month and have reached Samba. I know, if this is anything like the past upgrades over the last few weeks, I will need some support. Nothing has installed successfully the first time around.
I downloaded version 3.0.4 and will be
2005 Feb 24
2
Load Balancing over multiple NICS
I was currious about setting up load balancing for my company
fileserver. This machine get's heavy usage and we would like to load
balance the traffic over two 1 Gigabit NICS. How would this be best
accomplished? Should we set up a firewall rules that will NAT for that
machine or does samba have a built in mechinism?
--
David Sonenberg
Systems / Network Administrator
Stroz Friedberg,
2003 Oct 09
0
Cisco 7940/7960 phone and conference calling ?
I am guessing you are running without reinvite's, I'm running with reinvite's with latest CVS release and 79x0 phones without any issues with conferencing...
> -----Original Message-----
> From: Adam Rothschild [mailto:asr@latency.net]
> Sent: 08 October 2003 15:49
> To: asterisk-users@lists.digium.com
> Subject: [Asterisk-Users] Cisco 7940/7960 phone and
>
2009 Nov 20
3
Remove leading and trailing white spaces
I have a character string and I would like to remove the leading and
tailing white spaces. The example for 'sub' shows how to remove the
trailing white spaces, but I still can't figure out how to remove both
trailing and leading white spaces because I can't find any documentation
for what "+$" means or what "\\s+$" means. Maybe its because I don't
have a
2005 May 18
2
Trouble joining domain at BDC site
I have no trouble joining the domain in our main office(samba PDC) or a
branch office(samba BDC) but for some reason I can't join the domain at
the branch office 2(also samba BDC) All three offices are running
3.0.11 and the 2 branch offices have identical configurations, aside
from ip address'. The message I get from Windows XP is:
The following error occured attempting to join the
2008 Jul 10
1
PXE password
Hi....i read the script on how to add security to your pxe menu, can you
tell me where this script should be added to?
Have no idea....
=====================================================================================
This message (and any associated files) is intended only for the
use of the individual or entity to which it is addressed and may
contain information that is confidential,