Displaying 20 results from an estimated 3000 matches similar to: "Total Newbie here.."
2001 Aug 22
1
Questions about W2K
I have a windows application that I need to have access to (so that I
can keep my wife happy with using linux)... I have tried the downloaded
version of Wine, and also recently loaded the CodeWeaver's Wine. I like
some of the features with the CodeWeaver's version (it included the
setup util)...
However, I can't seem to get the windows application to run. It
launches a Dr. Watson
2001 Jun 19
4
Damn itcl to hell.
Hi,
Sorry to bug people with this what must be a very trivial question. I've got
a Mandrake 8.0 installation and have been trying in vain to get CodeWeavers
Wine (preview #3) installed. I've downloaded and installed the 'blessed'
version of itcl from the CodeWeaver's website (itcl-8.3.2-7mdk.i586.rpm) and
am still getting the itcl not found error when I try to run winesetup.
2001 Sep 25
1
wine reports wrong version
I have been running, first, codeweaver's wine and, just recently I built
and installed wine-20010918-1. Nonetheless, no matter which version I have
had, doing a "wine --version" produces "Wine release 20010824".
I have uninstalled wine before switching from one version to another.
Doing "rpm -qa |grep wine" shows only wine-20010918-1 installed. Somewhere
2001 Jul 07
2
preload vxd
I have a program to use my mp3 player that loads fine
but cant find the .vxd that it needs to communicate.
How can i force wine to preload it, and possibly the .dll
in the dir, so the program can find it. I'm new to wine so
nothing to cryptic please :)
Thanks
A. Evans
2009 Oct 31
1
Help me improving my code
Hi,
I am new to R. My problem is with the ordered logistic model. Here is my
question:
Generate an order discrete variable using the variable
wrwage1 = wages in first full calendar quarter after benefit application
in the following way:
*
wage*1*Ordered *=
1 *if*0 *· wrwage*1 *< *1000
2 *if*1000 *· wrwage*1 *< *2000
3 *if*2000 *· wrwage*1 *< *3000
4 *if*3000 *· wrwage*1 *<
2005 Aug 13
1
How to make a lagged variable in panel data?
Suppose we observe N individuals, for each of which we have a
time-series. How do we correctly create a lagged value of the
time-series variable?
As an example, suppose I create:
A <- data.frame(year=rep(c(1980:1984),3),
person= factor(sort(rep(1:3,5))),
wage=c(rnorm(15)))
> A
year person wage
1 1980 1 0.17923212
2 1981
2009 Sep 03
2
How can I appoint a small part of the whole data
Dear all,
I have 1980~1990 eleven datas,
every year have three variables,
wage
gender(1=female, 2=male)
race(1=black, 2=white)
My original commands is:
fig2b<-reldist(y=mu1990$wage,yo=mu1980$wage,.......)
I have three questions:
1. If I want to appoint y=women's wage in 1990
yo=women's wage in 1980
2. If I want to appoint y=women's wage in
2001 Nov 30
2
newbie: WINE / Windows / Office Question
WINE users:
Hi, I am new to wine, and am getting ready to try to test it and get
started.
These questions may seem basic, but any assistance would be well
appreciated.
a) What configuration file (basic or standard) do I need to bring it
up?
b) I have Mandrake 8.1, and I typed "wine" and got a response back
about command line options, so I beleive it to be installed, any idea
what
2009 Nov 27
1
problem with "dynformula" from "plm" package [RE-POST]
Hello list,
I'm following the paper (http://www.jstatsoft.org/v27/i02/paper) on
how to use "plm" to run panel regressions, and am having trouble with
what I believe should be something very basic.
When I run the command (p.9 in the paper):
R>
dynformula(emp~wage+capital,log=list(capital=FALSE,TRUE),lag=list(emp=2,c(2,3)),diff=list(FALSE,capital=TRUE))
I see:
emp ~ wage +
2012 Nov 15
2
Optimizing
Hello,
I am fairly new with R and am having trouble finding an optimal group. I
checked the help functions for the various optimize commands and it was a
little over my head.
I have a dataset with 4 columns, name, type, value, and cost. The set
consists of a list of people, which have 3 types. I want to choose 6
people, two of each type, and maximize the sum of their values. However,
I'm
2004 Oct 03
1
How might one write this better?
I am trying to simulate the trajectory of the pension assets of one
person. In C-like syntax, it looks like this:
daily.wage.growth = 1.001 # deterministic
contribution.rate = 0.08 # deterministic 8%
Wage = 10 # initial
Asset = 0 # initial
for (10,000 days) {
Asset += contribution.rate * Wage
2013 Sep 22
2
colores
Como usas la función image puedes consultar la ayuda ?image o help(image) y
encontrarás el siguiente ejemplo donde se usa un diferente color Palette
(mencionada por pepeceb en su respuesta).
x <- 10*(1:nrow(volcano))
y <- 10*(1:ncol(volcano))
image(x, y, volcano, col = terrain.colors(100), axes = FALSE)
# O puedes usar directamente el número para indicar el color
image(x, y, volcano, col =
2012 Apr 25
4
"Conditional" average
Hello, I have a set of data including age, wage and education level each
called age76, wage76 and grade76 I want to know how i can calculate the
average wage of people age 15 to 65 (each year separetly) , only for those
who have an education level of 10 12 and 16...
--
View this message in context: http://r.789695.n4.nabble.com/Conditional-average-tp4585313p4585313.html
Sent from the R help
2005 Feb 16
1
Setting log(0) to 0
Hi,
I'm trying to do a regression like this:
wage.r = lm( log(WAGE) ~ log(EXPER)
where EXPER is an integer that goes from 0 to about 50. EXPER contains
some zeros, so you can't take its log, and the above regression
therefore fails. I would like to make R accept log(0) as 0, is that
possible? Or do I have first have to turn the 0's into 1's to be able to
do the above
2024 Jan 28
1
2SLS with Fixed Effects and Control Variables
Dear John Fox, Christian Kleiber, and Achim Zeileis,
I am attempting to run various independent variable parameters to assess
their suitability. Unfortunately, I hit a snag and couldn't get the tests
to run properly. When I used ivreg, I got an error message saying: "Error
in eval(predvars, data, env) : object 'WageInequality' not found."
Can you please help?
Model:
2010 May 05
1
Memory warning (Reached total allocation of ...) - but no error
Hi all,
I'm getting the following warnings inside a loop:
Warning messages:
1: In calc.measures(g, 1, i) :
Reached total allocation of 1535Mb: see help(memory.size)
2: In calc.measures(g, 1, i) :
Reached total allocation of 1535Mb: see help(memory.size)
Usually, when I see these warnings, they are accompanied with an error
message (Error: cannot allocate ...), but not in this case.
2001 Aug 14
2
fixup_imports No implementation for NTDLL.DLL
Hi,
I am a newbie and I have installed Wine release 20000909 on a machine
running Mandrake7.2 and win2000.
The DefaultLoadOrder for the DLLs are builtin, so, native & elfdll.
LD_LIBRARY_PATH and EXTRA_LD_LIBRARY_PATH points to the directory
containing the lib*.so files. I encontered the following errors while
running a place & route tool.
2012 Nov 29
1
instrumental variables regression using ivreg (AER) or tsls (sem)
Dear friends,
I am trying to understand and implement instrumental variables
regression using R.
I found a small (simple) example here which purportedly illustrates the
mechanics (using 2-stage least-squares):
http://www.r-bloggers.com/a-simple-instrumental-variables-problem/
Basically, here are the R commands (reproducible example) from that
site:
# ------ begin R
library(AER)
2001 Apr 12
3
Looking for junopine-2.0.2
I've seen people discussing Juno under WINE. I have an older version of
Juno, however I cannot locate the "junowine-2.0.2" program. Can someone
PLEASE post a URL to the exact program for download? Thanks in advance.
2010 Feb 28
1
"Types" of missingness
Dear R-List,
My questions concerns missing values. Specifically, is is possible to
use different "types" of missingness in a dataset and not a
one-size-fits-all NA?
For example, data may be missing because of an outright refusal by a
respondent to answer a question, or because she didn't know an answer,
or because the item simply did not apply. In later analysis it is
sometimes