Displaying 20 results from an estimated 42 matches for "sfn".
Did you mean:
mfn
2017 Sep 17
2
Bug: Issues on Windows with SFN disabled
Hello,
R appears to assume that Windows drives have short file names (SFN, 8.3)
enabled; for example, that "C:/Program Files/..." is addressable as
"C:/Progra~1/...". Newer versions of Windows have SFN disabled on non-OS
drives, however.
This means that if you install R on a non-OS drive, you
- can't start R.exe from the command line.
- consequen...
2017 Dec 08
0
Bug: Issues on Windows with SFN disabled
On 12/07/2017 06:15 PM, Dirk Eddelbuettel wrote:
> On 7 December 2017 at 17:56, Tomas Kalibera wrote:
> |
> | An update on this. Writing R Extensions does not recommend to have a
> | space character in R_HOME. This means that on Windows one either should
> | have SFN enabled (which is still the common case), or install into a
> | directory that does not have a space in its name (so specifically not
> | into "Program Files"). This recommendation unfortunately needs to stay
> | for now.
> |
> | WRE recommends that Makefiles are written to...
2017 Dec 07
2
Bug: Issues on Windows with SFN disabled
On 7 December 2017 at 17:56, Tomas Kalibera wrote:
|
| An update on this. Writing R Extensions does not recommend to have a
| space character in R_HOME. This means that on Windows one either should
| have SFN enabled (which is still the common case), or install into a
| directory that does not have a space in its name (so specifically not
| into "Program Files"). This recommendation unfortunately needs to stay
| for now.
|
| WRE recommends that Makefiles are written to be robust against sp...
2008 Sep 30
1
Quantile Regression for Longitudinal Data. Warning message: In rq.fit.sfn
...am trying
to use the model that is described in Dr. Koenker's article. So I use the
code the that is posted in the following link:
http://www.econ.uiuc.edu/~roger/research/panel/rq.fit.panel.R
While this code run perfectly, it does not work for my data providing a
warning message:
In rq.fit.sfn(D, y, rhs = a) : tiny diagonals replaced with Inf when calling
blkfct
So I am wondering if I am doing something wrong or if it is data's problem
(which runs perfectly at least for fixed and random effects as well as for
quantile regression adding dummies of states and years just like fixed
eff...
2017 Dec 07
0
Bug: Issues on Windows with SFN disabled
An update on this. Writing R Extensions does not recommend to have a
space character in R_HOME. This means that on Windows one either should
have SFN enabled (which is still the common case), or install into a
directory that does not have a space in its name (so specifically not
into "Program Files"). This recommendation unfortunately needs to stay
for now.
WRE recommends that Makefiles are written to be robust against space
chara...
2017 Oct 20
2
Bug: Issues on Windows with SFN disabled
...ng the shortname to an empty
> string (""). At least for the latter one may need to boot in safe mode.
>
> Best
> Tomas
>
>
> On 09/17/2017 08:23 PM, Zach Bjornson wrote:
>> Hello,
>>
>> R appears to assume that Windows drives have short file names (SFN, 8.3)
>> enabled; for example, that "C:/Program Files/..." is addressable as
>> "C:/Progra~1/...". Newer versions of Windows have SFN disabled on non-OS
>> drives, however.
>>
>> This means that if you install R on a non-OS drive, you
>> - can...
2017 Oct 17
0
Bug: Issues on Windows with SFN disabled
...n their
name). One can revert this by setting the shortname to an empty string
(""). At least for the latter one may need to boot in safe mode.
Best
Tomas
On 09/17/2017 08:23 PM, Zach Bjornson wrote:
> Hello,
>
> R appears to assume that Windows drives have short file names (SFN, 8.3)
> enabled; for example, that "C:/Program Files/..." is addressable as
> "C:/Progra~1/...". Newer versions of Windows have SFN disabled on non-OS
> drives, however.
>
> This means that if you install R on a non-OS drive, you
> - can't start R.exe from...
2008 Jul 10
1
problems with rq.fit.sfn
Dear all,
I am running a quantile estimation with Sparse matrix and when I run
the procedure rq.fit.sfn I receive the following warning: tiny
diagonals replaced with Inf when calling blkfct.
Does anyone knows exactly what does it mean? What's this kind of
error? Should I get worried about this message?
The matrix I use is a full rank matrix (and indeed I do not have any
message about singularity...
2017 Dec 08
4
Bug: Issues on Windows with SFN disabled
.../2017 06:15 PM, Dirk Eddelbuettel wrote:
>>
>> On 7 December 2017 at 17:56, Tomas Kalibera wrote:
>> |
>> | An update on this. Writing R Extensions does not recommend to have a
>> | space character in R_HOME. This means that on Windows one either should
>> | have SFN enabled (which is still the common case), or install into a
>> | directory that does not have a space in its name (so specifically not
>> | into "Program Files"). This recommendation unfortunately needs to stay
>> | for now.
>> |
>> | WRE recommends that Make...
2009 May 06
0
Quantile Regression for Longitudinal Data. Warning message: In rq.fit.sfn
Dear Dimitris, I have exactly the same problem
than you, Do you get some solution?
Thanks, Lola
Lola Gadea
Profesora titular de EconomÃa Aplicada/Lecturer in Applied Economics
Universidad de Zaragoza/University of Zaragoza (Spain)
lgadea@unizar.es
<http://estructuraehistoria.unizar.es/personal/lgadea/index.html>http://estructuraehistoria.unizar.es/personal/lgadea/index.html
Grupo de
2009 May 06
0
problems with rq.fit.sfn
Dear Dimitris, I have exactly the same problem
than you...Do you have some any solution? Thanks, Lola
Lola Gadea
Profesora titular de EconomÃa Aplicada/Lecturer in Applied Economics
Universidad de Zaragoza/University of Zaragoza (Spain)
lgadea@unizar.es
<http://estructuraehistoria.unizar.es/personal/lgadea/index.html>http://estructuraehistoria.unizar.es/personal/lgadea/index.html
Grupo
2009 May 22
1
Goodness of fit in quantile regression
Dear R users,
I've used the function qr.fit.sfn to estimate a quantile regression on a
panel data set. Now I would like to compute an statistic to measure the
goodness of fit of this model.
Does someone know how could I do that? I could compute a pseudo R2 but in
order to do that I would need the value of the objetive function at the
optimum an...
2003 Mar 05
2
reserved words documentation
I wanted a data frame component to be named "next", for example:
> m <- data.frame (matrix (0, nrow=2, ncol=2))
> names (m) <- c("prev", "next")
> m
prev next
1 0 0
2 0 0
But "next" being reserved prevents $ indexing without quotes:
> m$next
Error: syntax error
> m$"next"
[1] 0 0
Although they are mostly
2016 Oct 12
2
Re: Fwd: Problems connecting to the libvirtd server
On 11.10.2016 18:39, Stefano Ricci wrote:
> ---------- Forwarded message ----------
> From: Stefano Ricci <sfn.rcc@gmail.com>
> Date: 2016-10-11 12:35 GMT+02:00
> Subject: Re: [libvirt-users] Problems connecting to the libvirtd server
> To: Michal Privoznik <mprivozn@redhat.com>
>
[Please don't top post on technical lists]
>
> There is not AppArmor and SElinux is disabled....
2000 Mar 10
1
logit and polytomous data
I am new to generalized linear models and studying
McCullagh & Nelder (1989). Especially, I have a problem
resembling the \"cheese taste\" example (5.3.1. p. 109) of
the book. I tried to analyse the cheese example with R but
failed to do so because R allowed me to use logit link
function only with binary family that supposes 0 <= y <= 1.
Do I need to scale the y\'s or
2016 Oct 12
0
Re: Fwd: Problems connecting to the libvirtd server
>> ---------- Forwarded message ----------
>> From: Stefano Ricci <sfn.rcc@gmail.com>
>> Date: 2016-10-11 12:35 GMT+02:00
>> Subject: Re: [libvirt-users] Problems connecting to the libvirtd server
>> To: Michal Privoznik <mprivozn@redhat.com>
>>
>
>[Please don't top post on technical lists]
Sorry I was wrong
>>
>>...
2020 Oct 02
3
Lahman Baseball Data Using R DBI Package
...**********************************************************
tail(dbReadTable(Lahman,"batting"))
ID playerID yearID stint teamID team_ID lgID G G_batting AB R H X2B X3B HR RBI SB
107414 107414 yastrmi01 2019 1 SFN 2920 NL 107 NA 371 64 101 22 3 21 55 2
107416 107416 yelicch01 2019 1 MIL 2911 NL 130 NA 489 100 161 29 3 44 97 30
107419 107419 youngal01 2019 1 ARI...
2016 Oct 10
3
Problems connecting to the libvirtd server
Hello everyone
I do not know if it is correct address this mailing lists but I can
not use libvirt.
I run compile libvirt version 2.2.0 into environment lfs stable with
qemu 2.7.0 and have not had any problems.
The program when it starts not report any errors in the log, with
activated debug level file.
Only when you try to connect with the following command virsh -c
qemu:///system remains hung
2016 Oct 12
2
Re: Fwd: Problems connecting to the libvirtd server
On 12.10.2016 16:06, Stefano Ricci wrote:
>>> ---------- Forwarded message ----------
>>> From: Stefano Ricci <sfn.rcc@gmail.com>
>>> Date: 2016-10-11 12:35 GMT+02:00
>>> Subject: Re: [libvirt-users] Problems connecting to the libvirtd server
>>> To: Michal Privoznik <mprivozn@redhat.com>
>>>
>>
>> [Please don't top post on technical lists]
> Sorry...
2013 Feb 27
2
Keeping up to date with R-devel
Hi,
is checking out R SVN trunk the recommended way to keep up to date with
R-devel and check packages with the latest version?
My objective is to be able to have both R and R-devel versions
installed/working and up to date.
R-devel binaries would be available as symlinks in my home directory so
that I can do:
Rdevel CMD check mypkg
Rdscript -e "some R code"
anywhere on my system.