Displaying 20 results from an estimated 81 matches for "inexperience".
Did you mean:
inexperienced
2005 Mar 29
2
dependency help for FC2 rpm
...1.fc2.i386.rpm it fails the
libtk8.4.so dependency even though I have this library loaded. The
library is located in: /usr/local/lib.
How might I tell R where to find this library? I am new to Linux and
loading rpms so I am hoping there is a simple answer and that the
problem is related to my inexperience. Thanks in advance for any
assistance.
Steve
2011 Apr 24
3
If Then Trouble
Dear R Helpers,
I have another one of those problems involving a very simple step, but due
to my inexperience I can't find a way to solve it. I had a look at a
number of on-line references, but they don't speak to this problem.
I have a variable with 20 values
> table (testY2$redgroups)
1 2 3 4 5 6 7 8 9 10 11 12
13 14 15 16 17 1...
2011 Oct 10
3
Superposing mean line to xyplot
Dear R-users,
I'm using lattice package and function xyplot for the first time so
you will excuse me for my inexperience. I'm facing quite a simple
problem but I'm having troubles on how to solve it, I've read tons of
old mails in the archives and looked at some slides from?Deepayan
Sarkar but still can not get the point.
This is the context. I've got data on 9 microRNAs, each miRNA has been
measured...
2006 Nov 01
2
(no subject)
Dear R users,
Please excuse my inexperience. I am trying to contrain the coefficients of
my linear regression to equal one when using the <-lm(...) command. I've
searched "help(glm)" "help(model.offset)" etc. but I am unable to figure out
where to put this constraint. Your help would be greatly apprciated.
Than...
2006 Mar 15
1
/dev/console not getting created...
Hi All,
I've been trying to put together a one off CentOS 4 based distro, and
I ran into some trouble. First off just so you know we've been doing
this with CentOS 3 and with RedHat 9 before that, so the inexperience
is only with the delta between CentOS 3 and CentOS 4 (and RHEL 3 and
RHEL 4 by extension).
Anyway, the problem is that for some reason /dev/console is not
getting created. We get completely through the installation, in what
looks like a successful manner, but when we reboot at the point init
woul...
2011 Feb 22
1
odfWeave graphics glitch
...uot;corrupted" according to OpenOffice.
On automatic fixup, it does have a frame for a graph, but this is labelled "Read Error".
Note that the vignette for odfWeave has a blank graph too. I've emailed the package
maintainer, but so far no response.
Wondering if it's just my inexperience with this (I manage Sweave OK, but a client is
interested in non-TEX solution). Or perhaps some issue has developed recently that blocks
graphics in odfWeave. Note that some of the stuff in the example (the cairo line for
example) are part of several tries to find a solution.
JN
2002 Oct 30
1
gam bug with poisson family? (PR#2234)
...month 10
day 01
language R
Hello, I am relatively new to R (~6 months) so I hate to bother you if this is
not a bug. I tried a GAM with a poisson family link, and I'm getting an error
message that I do not understand. Many apologies if this is user inexperience.
Thanks, BHA.
> library(mgcv)
This is mgcv 0.8.1
> lcgam <- gam(lc ~ s(Day), family=poisson, data=lcset)
Warning messages:
1: `Machine' is deprecated.
Use `.Machine' instead.
See ?Deprecated.
2: `Machine' is deprecated.
Use `.Machine' instead.
See ?Deprecated.
3: `Machi...
2001 Jul 25
1
Usage of R CMD INSTALL
...non-system directories. In this case, one can use
the configure variables `LIBS' and `CPPFLAGS' to specify these
locations (and set these via `--configure-vars'). One can also
bypass the configure mechanism using the option `--no-configure'.
No doubt because of my inexperience, I can't quite figure out how this
works. For example, if I want to set the variable LIBS to '/mylibs', how would
I do this? I have tried various versions of
R CMD INSTALL --configure-vars='LIBS=/mylibs' mypackage
R CMD INSTALL --configure-vars 'LIBS=/mylibs' mypackage...
2013 Oct 15
1
discrepancy between r cmd check --as-cran and messages at submission
...M Barbu [aut, cre], Sebastian Gibb [ctb]'
Maintainer field differs from that derived from Authors@R
Maintainer: 'Corentin M. Barbu <corentin.barbu@gmail.com>'
Authors@R: 'Corentin M Barbu <corentin.barbu@gmail.com>'
Both were stupid mistakes, largely due to my inexperience but none was
detected by R cmd check --as-cran or even at build by
http://win-builder.r-project.org/upload.aspx
Is there anything else I can use to better check my packages before
submission?
Corentin
--
___________________
Corentin Barbu-Covantes
(484) 843-1580
http://scholar.google.com/citat...
2005 Jan 08
2
[LLVMdev] Primer with LLVM
...king................ (each dot is a minute)
Well, these examples are JIT-based. I really need generate into memory
native code, extract the address of a function (aka "main") and execute it.
> --
> Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
Apologize my inexperience with LLVM, but I *really* don't find an example to
generate code into memory from a "Module".
2010 Jan 11
1
Help with Order
Dear List
As a fairly new R programmer I seem to have run into a strange problem -
probably my inexperience with R
After reading and merging successive files into a single data frame, I find
that order does not sort the data as expected.
I have multiple references in each file but each file refers to measurement
data obtained at a different time.
Here's the code
library(reshape)
# Enter file na...
2004 Aug 16
1
Simple?? questions?
...uce an answer to.
Hopefully, someone here can help.
When I log on to the domain with an XP system(not SP2, yet), it
takes forever. It stops at "Loading/Saving your profile" for minutes.
I don't see any errors in the log file.
The next question arises mostly due to my inexperience with
administering windows domains. However, the more I think about it, the
more I think it can't be done. Is it possible to copy local profiles
from a windows system to the profiles directory on the samba server and
expect everything to work as if the profile were being loaded locally?...
2008 Feb 19
1
recursive function help
I'm trying to implement a recursive function using integrate, and I
suspect I need a Vectorize somewhere,
but I can't suss it out. Any help would be appreciated. I've tried
traceback() and various debugging ideas to no avail (most likely due to
my inexperience with these tools.)
Here's what I have.
Nk <- function(m, C) {
if (length(m) > 1) {
rho <- C[1, -1]
Rmat <- C[-1, -1]
B <- diag(1/sqrt(1 - rho*rho)) %*%
(-rho %*% t(rho) + Rmat) %*%
diag(1/sqrt(1 - rho*rho))
integrate( function(x) dnorm(x) * N...
2010 Apr 29
1
R Anova Analysis
...-mCREB group. Even I looked at the data by
eyes, there is big difference between no virus and mCREB in data
nmda123, but why the pvalue is 0.2588450, but in nmda456 data, the
pvalue is 0.0005382. But I can see there is bigger difference in
nmda123 than nmda456, I do not know why. Sorry for my inexperiences in
statistics.
Thanks for your reply and time!
Cheers,
Wei
2009 Oct 20
8
Stub that returns hash values
Is it possible to create a stub that returns hash values.
For example I would like to convert this:
@siteItem = stub(''plmSiteItem'', :one => "uno")
To something like this:
@siteItem = stub(''plmSiteItem'', {''one'' => ''uno'', ''two'' => ''dos''} )
So that I can do this:
2017 Jun 10
1
Re: virt-customize issue/question
On Fri, Jun 09, 2017 at 08:07:57PM -0400, Richard Maloley II wrote:
> Richard,
>
> Hello - I am hoping that you can shed some light on an issue I am
> encountering. This could be due to my inexperience with KVM/Libvirtd
> and the associated tools.
>
> Scenario: I am writing a VM deployment script for my home lab. From
> my admin workstation I can connect to my KVM host and execute a
> virt-clone operation without issue. I then want to virt-customize
> the new VM. This ends up in...
2004 Mar 11
1
Re: Fax support and 'f' DTMF tone extension & Asterisk mangling faxes
For whom asked me support for capi devices, that's here:
http://www.junghanns.net/asterisk/
I'm using a AVM B1 card. also AVM passive card (FRITZ!PCI) works....
Then is you use SuSe all is configured by yast...
Hello,
probably is a feature what I'm asking for but because of my inexperience to asterisk this is my question:
I've configured CAPI ISDN to receive calls. When I receive a Fax call, I expected that asterisk understand it and then launch f (or fax) extension......
Infact, asterisk understand fax machine tone that classically modem shows as 'f'.
But 'f' i...
2011 Mar 18
1
points() rendering points outside of input
...raints for x,y. ?I'm not sure
what causes this behavior. ?Running pi.ratio() for very large sample
sizes never returns an x value greater than or equal to one (which
accords with the documentation for runif()).
I'm pretty sure this is some subtle (or not so subtle) problem
stemming from my inexperience and not a bug. :) I would appreciate
any help that can be offered.
Thanks
--
Adam Connors Hyland
email: protonk at gmail.com
web: http://en.wikipedia.org/wiki/User:Protonk
2005 Jan 08
0
[LLVMdev] Primer with LLVM
...y
> native code, extract the address of a function (aka "main") and execute it.
If my characterization of your goals (above) is correct, the JIT is
exactly what you want.
>> --
>> Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
>
> Apologize my inexperience with LLVM, but I *really* don't find an example to
> generate code into memory from a "Module".
That is the JIT.
-Chris
--
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/
2005 Aug 19
2
FXO not picking up; baffled
...p/1-1", "goodbye") in new stack
-- Playing 'goodbye' (language 'en')
-- Executing Hangup("Zap/1-1", "") in new stack
I've read the docs and googled pretty thoroughly, but I can't figure out
what I'm missing. Most likely due to inexperience. Here's my zapata.conf:
[channels]
context=default
switchtype=national
signalling=fxs_ks
usecallerid=no
;callwaiting=yes
;usecallingpres=yes
;callwaitingcallerid=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
busydetect=yes
busycount=6
con...