Displaying 19 results from an estimated 19 matches for "sgr".
Did you mean:
sgi
2008 Apr 10
1
Recovering SPlus GraphSheets
Hello,
Is it possible with R to recover the contents of SPlus GraphSheets
(*.sgr) without access to SPlus?
Also, some of the .sgr files may have multiple pages.
Thanx, DaveT.
*************************************
Silviculture Data Analyst
Ontario Forest Research Institute
Ontario Ministry of Natural Resources
david.john.thompson at ontario.ca
http://ofri.mnr.gov.on.ca
2009 Dec 22
1
Building static HTML help pages in R 2.10.x on Windows
...to R CMD INSTALL can apply either.
So, can anybody point me to an example of either:
(a) how to build the static HTML help pages of all currently
installed packages under Windows,
or, failing that
(b) how to do this on Windows ab initio, from a clean install?
Thanks!
--
Steve Rowley <sgr at alum.mit.edu> http://alum.mit.edu/www/sgr/
2002 Nov 03
1
Ansari-Bradley test (PR#2252)
Full_Name: Wei Xu
Version: 1.5.1
OS: WindowsME
Submission from: (NULL) (63.215.238.92)
The P-value for a two.sided test is not consistent with the confidence
interval.
For example, P-value=0.1372, but the 95% CI doesn't include the H0 value(1).
> x
[1] 0.80 0.83 1.89 1.04 1.45 1.38 1.91 1.64 0.73 1.46
> y
[1] 1.15 0.88 0.90 0.74 1.21
>
2018 Apr 02
0
New Package fansi: ANSI Control Sequence Aware String Functions
fansi provides counterparts to the base string manipulation functions substr, strwrap, strtrim, strsplit, and n(z)char that account for ANSI CSI SGR control sequences.? ANSI CSI SGR control sequences [1] can be used to format text in terminals that support them.
For example the control sequence "\033[31m" causes text that follows to render in red, and the control sequence "\033[0m" turns off formatting.? So with:
> subs...
2001 Nov 20
1
Help Winbind on Solaris8 REF Andrew Tridgell
...alled Samba 2.2.2. and winbind on Solaris8. but I have some problems with
Winbind, because it does not work.
I read all the INSTALL from samba sources but when I type
wbinfo -u (-g)
I get the follow error:
Error looking up domain users
My smb.conf is the follow:
[global]
workgroup = INTESASGR
netbios name = TFM
server string = tfmbind
hosts allow = 10.13. 127.
log file = /tmp/samba-log.txt
encrypt passwords = yes
local master = no
wins server = 10.13.0.100
winbind separator = +
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
temp...
2001 Nov 21
0
HELP: Winbind+Samba on Solaris
Hi Gerard,
I have compiled and installed Samba 2.2.2 + winbind on Solaris8 but IT does
not work !
I have followed all the INSTALL.
but we have some problems:
One:
I have joined my samba-solaris machine with Nt Domain INTESASGR with
PDC=fbser100
smbpasswd -j INTESASGR -r fbser100 -U Administrator
passwd
OK
but I don't understand because
bash-2.03# nmblookup fbser100
querying fbser100 on 10.255.255.255
name_query failed to find name fbser100
bash-2.03
it does not find the PDC
two:
bash-2.03# wbinfo -t
Secre...
2018 Apr 02
0
New Package fansi: ANSI Control Sequence Aware String Functions
fansi provides counterparts to the base string manipulation functions substr, strwrap, strtrim, strsplit, and n(z)char that account for ANSI CSI SGR control sequences.? ANSI CSI SGR control sequences [1] can be used to format text in terminals that support them.
For example the control sequence "\033[31m" causes text that follows to render in red, and the control sequence "\033[0m" turns off formatting.? So with:
> subs...
2004 Aug 09
4
linear constraint optim with bounds/reparametrization
Hello All,
I would like to optimize a (log-)likelihood function subject to a number of
linear constraints between parameters. These constraints are equality
constraints of the form A%*%theta=c, ie (1,1) %*% 0.8,0.2)^t = 1 meaning
that these parameters should sum to one. Moreover, there are bounds on the
individual parameters, in most cases that I am considering parameters are
bound between zero
2004 Aug 04
2
fitting distributions
Hello,
I also try to fit a skewed distribution (like skewed student t) to data
points. Do you have an idee howto do this???
thank you
fabrice dusonchet
***********************************************************************************
This email and any files transmitted with it are confidentia...{{dropped}}
2004 Dec 02
0
A somewhat off the line question to a log normal distribution
...t according to the Central Limit Theorem (CLT) sums of random variables, regardless of their form, will tend to be normally distributed. CLT does not require the variables in the sum to come from the same underlying distribution.
Ciao,
Hannu Kahra
Progetti Speciali
Monte Paschi Asset Management SGR S.p.A.
Via San Vittore, 37
IT-20123 Milano, Italia
Tel.: +39 02 43828 754
Mobile: +39 333 876 1558
Fax: +39 02 43828 247
E-mail: kahra at mpsgr.it
Web: www.mpsam.it
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch]On Behalf...
2004 Nov 18
1
gibbs sampling for mixture of normals
hi
i'm looking for a gibbs sampling algorithm for R for the case of mixture of K
normals, and in particular for the case of bivariate normals.
i'd be grateful if anyone could send its own R-routine, at least for the
univariate case.
thank you in advance
matteo
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
..., Rcmdr
and other interfaces which have their own engine to display R
output. The colorization of output only works if R is compiled
for Unix systems and it is running interactively in a terminal
emulator (like when using RGedit or Vim-R-plugin).
The terminal must support Select Graphic Rendition (SGR, also
known as ANSI escape codes or sequences), otherwise you may see
garbage like this:
> rnorm(5)
[32m[ [33m1 [32m] [0m [32m [33m0.07574585 [32m [0m [32m
[33m0.88167822 [32m [0m [32m [33m0.60788656 [32m [0m [32m
[33m1.13590951 [32m [0m [32m [33m1.07758879 [32m [0m [32m [0m...
2011 Nov 25
0
New package 'colorout' to colorize R output on terminal emulators
..., Rcmdr
and other interfaces which have their own engine to display R
output. The colorization of output only works if R is compiled
for Unix systems and it is running interactively in a terminal
emulator (like when using RGedit or Vim-R-plugin).
The terminal must support Select Graphic Rendition (SGR, also
known as ANSI escape codes or sequences), otherwise you may see
garbage like this:
> rnorm(5)
[32m[ [33m1 [32m] [0m [32m [33m0.07574585 [32m [0m [32m
[33m0.88167822 [32m [0m [32m [33m0.60788656 [32m [0m [32m
[33m1.13590951 [32m [0m [32m [33m1.07758879 [32m [0m [32m [0m...
2009 May 20
8
ctionView::TemplateError (undefined method `start_form_tag'
...2/lib/phusion_passenger/abstract_server.rb:337:in
`main_loop''
/usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/lib/phusion_passenger/abstract_server.rb:187:in
`start_synchronously''
/usr/lib64/ruby/gems/1.8/gems/passenger-2.2.2/bin/passenger-spawn-server:61
Rendering /var/www/SGR/public/500.html (500 Internal Server Error)
Attachments:
http://www.ruby-forum.com/attachment/3715/erro_ruby.txt
--
Posted via http://www.ruby-forum.com/.
2010 Jun 10
1
Re: Recognising an unrecognisable scanner
...argument)
checking /dev/sgm... failed to open (Invalid argument)
checking /dev/sgn... failed to open (Invalid argument)
checking /dev/sgo... failed to open (Invalid argument)
checking /dev/sgp... failed to open (Invalid argument)
checking /dev/sgq... failed to open (Invalid argument)
checking /dev/sgr... failed to open (Invalid argument)
checking /dev/sgs... failed to open (Invalid argument)
checking /dev/sgt... failed to open (Invalid argument)
checking /dev/sgu... failed to open (Invalid argument)
checking /dev/sgv... failed to open (Invalid argument)
checking /dev/sgw... failed to open (Inval...
2004 Sep 15
6
Bessel function
Dear all
Currently, I'm implementing the generalized hyperbolic distribution into
Splus. Unfortunately the Bessel function is not implemented in Splus. In
R the Bessel function does exist but it is an internal function and I'm
not able to look at the code.
Is there any possibility to see the code of the Bessel function in R or
does anybody has an implementation of the Bessel function in
2004 Sep 22
5
block statistics with POSIX classes
...Metrics function aggregateSeries does the job in that module; but I do not know, how handle it in R. My guess is that (1) is done by using the function aggregate, but how to define the 'by' argument with POSIX variables?
Thanks!
Hannu Kahra
Progetti Speciali
Monte Paschi Asset Management SGR S.p.A.
Via San Vittore, 37
IT-20123 Milano, Italia
Tel.: +39 02 43828 754
Mobile: +39 333 876 1558
Fax: +39 02 43828 247
E-mail: kahra at mpsgr.it
Web: www.mpsam.it
2000 Sep 24
4
SSH_CLIENT _not_ set when doing a command
Hi,
I'm trying to create an dynamic dns system by using the nsupdate (or Net::DNS) trough a non-passphrase protected ssh session. I've keygen'ed an extra key, with no passphrase and using it, i execute a litte script on the server, which updates te DNS records. (something like this: ssh pickup /usr/local/bin/updatedns 10.1.2.3)
This al works fine and dandy. I would like to protect
2005 Sep 15
1
PXE boot hangs after trying to load cfg/<max address>
Hi,
i'm trying to get my VIA Epia with VIA Rhine ethernet device to boot
PXELinux. I have done this before, but now i can't get it to work.
The machine loads pxelinux.0, i see some messages. But it fails just
after trying reading the first config file (the one with the mac
address). It kinda says this (transcribed):
CLIENT IP: 192.168.1.23 MASK: 255.255.255.0 DHCP IP: 192.168.1.93