search for: sfm

Displaying 20 results from an estimated 21 matches for "sfm".

Did you mean: sfc
2006 Oct 31
0
5023079 panic: sfm panic: sfmmu_tteload - tte remap, hmeblkp 0x70009ceec60.
Author: udpa Repository: /hg/zfs-crypto/gate Revision: d7b8f0209db029c6e95891ad26d66879ffb7fad6 Log message: 5023079 panic: sfm panic: sfmmu_tteload - tte remap, hmeblkp 0x70009ceec60. Files: update: usr/src/uts/common/vm/vm_anon.c
2008 Jul 02
2
spss long labels
...names'. I built a patch on the R-project's foreign module, in order to import the 'long variable names' from SPSS (record 7, subtype 13). To complete the job, I had to expand the "struct variable" definition to have 64 +1 charachters. I'm not aware of side effects. The sfm-read.c code works fine. I didn't test a variety of platforms, as I don't have an idea of what is regarded as sufficient testing. Anyway, I don't expect major troubles there (no byteswapping problems, no 32<->64 bit issues) as it's mainly character processing. The patch is rela...
2008 May 15
2
plot(summary) within quantreg package
...99% CI). However the graphic even plots the mean of all the values as a red line together with CI. I would like to remove such a useless information from the graphic. Here the main code: model<- rq(y~x,data=dataset, tau = 0.8:10/10) # here is the model model.summary<- summary(model) plot(sfm) # this function plots the summary parameters together with a red line I would like to remove Any help appreciated… Duccio [[alternative HTML version deleted]]
2008 Oct 31
3
getting the p-value from lm as a list object
Hi, I'm trying to get the p-value from the 'lm' regression function as a list object. For example, I can get r^2 from the following code by entering summary(fm)$r.squared. Is there a way to get the p-value? If not, is there a function where I can enter the f-value and degrees of freedom to get the p-value? Thanks. x <- c(1,2,3,4,5,6,7,8,9,10) y <- c(1,2,3,4,4,5,6,8,1,9) fm
2003 Sep 25
2
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)
...str_p" (declared at line 4163) goto restore_best_regs; ^ ----------------- distance.c(123): warning #187: use of "=" where "==" may have been intended /* use Inf = lim x -> oo */ (dev = 1.))) { ^ ------------------ sfm-read.c(555): warning #266: function declared implicitly bswap_flt64 (&data[i]); ^ sfm-read.c(659): warning #266: function declared implicitly bswap_flt64 (&hdr.bias); ^ sfm-read.c(920): warning #266: function declared implicitly bswap_flt64 (&m...
2005 Sep 09
2
best way to fit a model
Hi, I have some data that have this behaviour: | |******* | * | * | * | * |---------------- What is the best and simpler way to fit this in R? Thanks Ronaldo -- Ela pilotava um Continenal 2001 com igni????o autom??tica Magiclic... -- |> // | \\ [***********************************] | ( ?? ?? ) [Ronaldo Reis J??nior ] |>
2012 Feb 06
1
ggplot2 geom_polygon fill
...xis.ticks.margin = unit(0, "cm"), panel.background = theme_blank(), panel.grid.major = theme_blank(), panel.grid.minor = theme_blank(), plot.background = theme_blank(), plot.title = theme_blank(), plot.margin = unit(c(1, 1, 1, 1.5), "lines") ) sfm = scale_fill_manual("mRS", c("0"="darkgreen", "1"="forestgreen", "2"="mediumseagreen", "3"="coral",...
1999 Sep 14
0
session setup rejected by PDC and BDCs (NT4 SP5)
...DOM as described in samba/textdocs/DOMAIN_MEMBER.txt . The described procedures work, but access as domain user is impossible. In the logfile I get: [1999/09/14 11:18:31, 2] smbd/server.c:main(716) Changed root to / [1999/09/14 11:18:31, 2] smbd/reply.c:reply_special(96) netbios connect: name1=SFM-LINUX1 name2=PLAN9 [1999/09/14 11:18:31, 0] smbd/password.c:domain_client_validate(1276) domain_client_validate: machine 10.1.0.10 rejected the session setup. Error was : code 131. [1999/09/14 11:18:31, 0] smbd/password.c:domain_client_validate(1276) domain_client_validate: machine 10.1.1...
2005 May 18
0
Advice requested: installation failing for foreign_0.8-7, mgcv_1.2-4, rpart_3.1-23, VR_7.2-15
...gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -Wno-long-long -fno-common -g -O2 -c pfm-read.c -o pfm-read.o gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -Wno-long-long -fno-common -g -O2 -c sfm-read.c -o sfm-read.o gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -Wno-long-long -fno-common -g -O2 -c spss.c -o spss.o gcc -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -Wno-long-long -fno-com...
2014 Dec 11
1
Mount unix samba 4 share to osx client without mangled file names
...correctly in OSX but on the unix server it is display with a >> weird symbol like `File with ?quotes?`. > That's the Unicode glyph for character in the Unicode private use > range. OS X maps all illegal NTFS characters to the Unicode private > range, the mapping is the venerable SFM sheme. > >> I assume it is because OSX expects the filenames to be in utf-8 nfd >> form, but the filenames on the server server are stored in utf-8 nfc form. > No, different issue, just as bad. :) > >> Am I right about this? Is this the problem? >> >> Basicall...
2014 Dec 10
2
Mount unix samba 4 share to osx client without mangled file names
Hello, I have a unix server (arch linux) with samba 4.1.14. The share has files inside which where created directly on the server. Linux and OSX (10.10.1) clients should access the share and store files. When I mount this samba share into the osx client (10.10.1), files created directly on the server with special names like `File with "quotes"` are displayed mangled (`C7XSWH~V`) on the
2014 Dec 10
0
Mount unix samba 4 share to osx client without mangled file names
..., it > displays correctly in OSX but on the unix server it is display with a > weird symbol like `File with ?quotes?`. That's the Unicode glyph for character in the Unicode private use range. OS X maps all illegal NTFS characters to the Unicode private range, the mapping is the venerable SFM sheme. > I assume it is because OSX expects the filenames to be in utf-8 nfd > form, but the filenames on the server server are stored in utf-8 nfc form. No, different issue, just as bad. :) > Am I right about this? Is this the problem? > > Basically I want to have a working samb...
2009 Nov 02
1
for parameter 'keep' in 'step'
Hello Lady or Sir, I want to do model selection with 'step' function. But there is a trouble to me. For example, there are 5 independent variables, X0,X1,X2,X3 and X4; and 1 dependent variable y. I want to run stepwise regression y ~ X0 + X1 + X2 + X3 + X4, and I want to keep X0 always in the model. Every time when I run command 'step' with 'keep', error information
2006 May 03
1
asterisk intergration in third party web application
lo all, i'm quite new to asterisk, i've tested asterisk@home and decided to try and complete a little project. i'd like to make some kind of web integration of asterisk with a classic web board like invision/SFM/phpbb and so on.. The main idea is to let members of the board have an extension created in asterisk when they register or get promoted to a special members group. That way they can simply send vocal messages to other members or call anyone online and so on.. In order to do that i'd need to...
1997 Jul 22
0
connection refused (error 67)
..."portable" scripts... i ve got a nt4sp3 and before installing sp3 i could connect to my unix via samba. Since the sp3, he says error 67! i ve try the solution in the nt registry (found in the samba digest) but no success.... as we use the server for pc and mac too, i need the sp3 (the SFM is so buggy...) any idea, tips, tricks ?????? many thanks in advance -- Laurent BARDI Ingenieur Systemes & Reseaux Centre National de la Recherche Scientifique INSTITUT de PHARMACOLOGIE et de BIOLOGIE STRUCTURALE Tel : 05-61-17-59-47 http://www.ipbs.fr/ Fax : 05-61-17-59-94...
2006 Jul 12
0
read.spss() cannot import some SPSS files (PR#9074)
Full_Name: Tim Bock Version: 2.3.1 OS: Windows XP Submission from: (NULL) (220.233.111.181) SPSS v12 on Windows sometimes writes files with a layout_code of 3 instead of the usual layout_code of 2. While I don't know what this signifies, R is able to read these files if I change sfm-read.c to accept 3. Also, R issues an unnecessary warning when it finds records of type 7 with sub-type 7. These records describe multiple-response sets, which can safely be ignored. Here are my suggested changes, based on the foreign_0.8-15.tar.gz. (I'd be happy to commit these via svn, bu...
2009 Mar 06
1
Fix for foreign package segfault on Solaris 10 Intel
Like a couple of other posters in the past year, I was seeing R 2.8.1 segfault in the foreign package on my Solaris 10 Intel system: > library(foreign) *** caught segfault *** address fe1d5c70, cause 'invalid permissions' Traceback: 1: .C("spss_init", PACKAGE = "foreign") 2: fun(...) This happened whether I
2012 Oct 16
0
Tracing puppet processing for HP-UX user passwords
...sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/perl_32/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/sentinel/bin:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/sbin:/home/root:/usr/local/bin ps => ps -ef puppetversion => 2.7.19 rubysitedir => /usr/local/lib/hpux32/ruby/site_ruby/1.8 ruby...
2004 May 22
2
Printing not working after upgrading to 3.0.4
I had been running Samba to share my HP printer among my Windows XP clients. When I upgraded to 3.0.4, I can no longer print. When I start the print job in Windows XP, the printer lights blinks for a few seconds, and then stops. No pages come out. The print job is shown as complete in the CUPS web intrface. Printing from the Linux box works just fine. I read the Samba pages concerning
2002 Aug 24
1
Inconsistent use of Perl? (PR#1937)
...** R ** data Perl 5.005 required--this is only version 5.00405, stopped at /usr/local/lib/R/share/perl/maketitle.pl line 4. ** help [...] * Installing *source* package 'foreign' ... [...] ** libs [...] gcc -shared -o foreign.so SASxport.o avl.o file-handle.o format.o minitab.o pfm-read.o sfm-read.o spss.o stataread.o ** R Perl 5.005 required--this is only version 5.00405, stopped at /usr/local/lib/R/share/perl/maketitle.pl line 4. ** help [...] --please do not edit the information below-- Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-g...