Displaying 20 results from an estimated 6000 matches similar to: "HEGY.test, error "Mypi not found""
2005 Mar 24
0
critical value for HEGY test in uroot
R-users,
i have some time series and use HEGY seasonal UR tests in the uroot package.
But i have problems with interpretation of t and F statistics. Is there any
critical values for these tests in R? is anybody ever write a bootstrap of
these tests?
thanks for advance, with all my bests, erik.
=================================
Erik-André SAULEAU
SEAIM
Centre Hospitalier
87, Avenue
2012 Aug 27
0
How to apply HEGY test in R
Dear All,
I want to apply HEGY test for bi-monthly
data.Is it possible if I'll do that by editing the code of uroot
package.
Could you please help me to solve this problem.
Thank You
[[alternative HTML version deleted]]
2015 Jul 27
0
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
You should be able to set PKG_FCFLAGS="-fno-stack-protector" when
compiling to ensure that the stack protector is not used.
(Trying that out on a Windows VM, with a simple `R CMD build` + `R CMD
INSTALL`, compilation of your package succeeded but linking failed
saying the DLL 'Fpi' was not found; I imagine that's a separate
issue.)
As an aside, be sure to check out what
2015 Jul 27
2
R package with Fortran module on Windows? undefined reference to `__stack_chk_fail'
Hi,
I created a R library that uses a Fortran module. Everything works like a
charm on linux.
Now I'm trying to make it work on Windows. I cloned my git repository
<https://github.com/ignacio82/MyPi> on a windows computer, and when I press
the build and reload button on Rstudio I get these errors:
==> Rcmd.exe INSTALL --no-multiarch --with-keep.source MyPi
* installing to library
2009 Sep 29
1
Create column of frequency
Dear all,
Given mypi
mypi <- c(0.1,0.2,0.2,0.1,0.3,0.4,0.4,0.4,0.4,0.2)
I want to create myfreq as follows
mypi myfreq
0.1 2
0.2 3
0.2 3
0.1 2
0.3 1
0.4 4
0.4 4
0.4 4
0.4 4
0.2 3
where myfreq is frequency of its corresponding observation. How to do that?
Thank you,
Regards,
A. Kudus
Institute for Math Research
Univ Putra Malaysia
[[alternative HTML version deleted]]
2019 Jul 07
2
Can't Connect With New Install
Hello -
I'm working on a project that when deployed I'll need wireless access for
updates / configuration changes. I've installed Samba but can't get it to
work. I can SSH and ping both the host name and IP, but no Samba.
I've searched online for help and tried everything that sounded reasonable
but I'm at a dead end. Here's some of the relevant info and I'd be glad
2019 Jul 07
4
Can't Connect With New Install
Thanks for your help.
I followed your suggestions and I'm getting basically the same thing.
I used your suggested smb.conf and created /home/pishare:
<mypi>:/ $ ls -l -d /home/pishare
drwxrwsr-x 2 root root 4096 Jul 7 12:17 /home/pishare
"pi" is a Unix and a Samba user.
Attempting to logon from Win 10 gives the same error messages.
Testing the connection as suggested in
2019 Jul 07
0
Can't Connect With New Install
On 07/07/2019 17:54, J Romans via samba wrote:
> Hello -
> I'm working on a project that when deployed I'll need wireless access for
> updates / configuration changes. I've installed Samba but can't get it to
> work. I can SSH and ping both the host name and IP, but no Samba.
> I've searched online for help and tried everything that sounded reasonable
> but
2006 Dec 02
1
Problem with CH.test in uroot package
Dear friends, I installed the package “uroot” then I wrote library (uroot) and I entered a series entitled extp, in spite of that the problem persite. In short,here are what I wrote and the message that I obtained:
> library(uroot)
> extp=c(1,3,10,14,12,5,8,12,13,15,9,8,7,10,9,7,3,10,3,11,12,7,4,9,8,10,20,17)
> CH.test (wts=extp, frec=c(1,1), f0=1, DetTr=FALSE, ltrunc=NULL)
Erreur dans
2010 Dec 26
1
Sqlite gem not found with rails3
Hello,
I am migrating a rails app to rails3, however I am hanging with an
error about gem not found.
Error message:
Could not find sqlite3-ruby-1.3.2 in any of the sources
(Bundler::GemNotFound)
Exception class:
PhusionPassenger::UnknownError
When I do
$ gem list sqlite3-ruby-1.3.2
*** LOCAL GEMS ***
(and the same result with sudo gem list )
However, when I do
gem list
2014 Nov 02
2
Re: KVM incremental backup using CBT
> > A quick google search found this:
> > http://callecalle.uach.cl/ovirt-engine/docs/manual/en_US/html/Technical_Gu
> > id e/QEMU_Guest_Agent_Overview.html
> >
> > Sadly, it didn't spell out the name of where you install hook scripts
> > into the guest. But this commit is pretty telling:
> >
2005 Jul 08
1
small lan - novice - 2
Hi,
armed with Samba-3 -by example I proceeded to test my 2 linux lan
[suselinux pro 9.1 with Samba 3.0.9-2.6-suse].
I followed instructions and made the smb.config as small as possiblw:
[global]
workgroup = snj
server string = Samba Server
guest ok = yes
[orb]
comment = removable 2.2 gb hd
path = /orb
browsable = yes
read only = no
However, I was stumped practically immediately as you can
2007 Nov 01
1
Need help on an error, when looding library(uroot)
Hi
When I'm looding the library "uroot" something happens with the basic R code
that handles numeric classes. Its looks like a bug but I cant isolate the
problem. So hopfully one of you smart guys out there can give me some help.
This is how the problem looks. Take for example the vector
TEST <- c("1","2") which I want to transform it to a numeric vector. I
2017 Nov 27
3
problems with permissions
hi list,
environment:
Windows 2008 Domain
Centos 7 server running samba 4.4.4
Problem:
I am creating a number of samba shares on the Centos server to be used
on the Domain. Right now I have two major directories setup as shares
with minor directories being created.
How do I specify read/write permissions on the minor directories without
having to create a share for each directory? When I
2002 Aug 20
1
(no subject)
Following the "security = domain in Samba 2.x" document in the SWAT
documentation page I do this:
root@pc194-79:/usr/local/samba/bin# smbpasswd -j MDU -r pv-mdu-server1
-Ujohnm%xxxxxxxx
Joined domain MDU.
root@pc194-79:/usr/local/samba/bin#
This is in [globals]:
security = DOMAIN
encrypt passwords = Yes
password server = pv-mdu-server1 pv-mdu-server2
And now I start Samba via smbd
2005 Dec 14
0
Error when trying to view printer properties
I have a problem installing a printer shared to windows.
When I go to properties on the printer I have shared I get
Function address 0x606407fe caused a protection fault. (exception code
0xc0000005) Some or all property pages may not be displayed.
Using HP Inkjet 1200
samba-3.0.20b
edited mime.conv
and mime.types and uncomented lines
application/octet-stream application/vnd.cups-raw
2008 May 19
4
adding users to group with net rpc
section 13.3.2 of the HOWTO shows that i can add a user to a group with the
following command:
root# net rpc group addmem "MIDEARTH\Engineers" ajt -Uroot
when i execute this command (replaced with my server specific values, of
course), i get a NT_STATUS_NO_SUCH_USER error.
i can verify that my user DOES exist and that he belongs to the posix group
account. i can also verify that the
2002 Aug 20
1
samba authentication not auth'ing
Trying to set up a SAMBA print server using SlackWare 8.1. Have
successfully joined it to the domain, but cannot browse into the shares, as
it constantly asks for a password, and refuses to accept any including root
and NTamdin accounts. Anybody have any ideas error logs and smb.conf are below.
This is from the machine specific log file:
[2002/08/21 11:41:56, 0]
2020 Oct 14
0
Changing IMAP separator - does it break things?
Filip Hajn? wrote:
> 14. 10. 2020 v 11:51, Victor Sudakov <vas at sibptus.ru>:
> >
> >> I had to do it with 10-20 live users and it went fine, nobody noticed
> >> anything (I made the change in the night hours just to be sure
> >> though). I had to go down and fix some erratic folder names that
> >> resulted from the botched separator handling on
2007 Jul 19
2
Problem to make service/package has installed and started before "exec" task
I am trying to manage MySQL DB with puppet. So I create a class and
would like to set the mysql SQL root password at the beginning.
However, the "exec" will run before mysql-server has installed or
started which make "exec" failed. how can I make sure the package
has installed/run before "exec" task?
class mysql-server {
package { "mysql":