Displaying 20 results from an estimated 100 matches similar to: "Converting Matrix into List - problem (urgent)"
2008 Dec 26
3
Simulating dataset using Parallel Latent CTT model?
I am trying to simulate a dataset using Parallel Latent CTT model and this is what i have done so far:
(START)
#Importing psych library for all the simulation related functions
library(psych)
# Settting the working directory path to C:/NCME
path="C:/NCME"
setwd(path)
#Using the function to generate the data
GenData <- congeneric.sim(N=500, loads =
2009 Jan 10
2
Print specific matrix value???
Hello All,
I'm trying to print specific row and column for Observed_Scores matrix, however, when I execute the command "Observed_Scores[1,1]", I get the message "Error in Observed_Scores[1, 1] : incorrect number of dimensions". Could you please help and let me know where is the mistake? Here is my program:
library(ltm)
library(psych)
# Settting the working directory
2009 Jan 28
1
stack data sets
Hi All,
I'm generating 10 different data sets with 1 and 0 in a matrix form and writing the output in separate files. Now I need to stack all these data sets in one vector and I know that stack only operates on list or data frame however I got these data sets by converting list to a matrix so can't go backwards now. Is there a way i can still use Stack?
Please see the program:
2009 Jan 15
2
Interface to open source Reporting tools
Hi,
I am a new user of R 2.8.1. I use Tinn-R for code editing. I use a windows
2003 system with 1 GB RAM.
I am interested to generate dashboard and reports based on data from MS
Access. These reports need to be posted on a weekly basis to the web. The
reporting interface should provide facilities for "what if" scenarios.
Is it possible to interface R analysis results to good open
2009 Jan 28
0
How to stack data sets?
Hi All,
I'm generating 10 different data sets with 1 and 0 in a matrix form and writing the output in separate files. Now I need to stack all these data sets in one vector and I know that stack only operates on list or data frame however I got these data sets by converting list to a matrix so can't go backwards now. Is there a way i can still use Stack?
Please see the program:
2011 Feb 05
1
Creating covariance matrices for simple and complex factor structure
Hello all,
I'm trying to create covariance matrices that, when processed via CFA methods (in the sem package) will produce exact fit with simple structure down to poor fit with cross loadings. What is the best way to do this? I don't really need to have the exact loop code, but maybe an explanation of how to make a few of the matrices or an explanation of the rationale behind performing
2009 Feb 06
4
Upgrade R program (version 2.6.2) ???
Hi All,
I downloaded the R program (version 2.6.2) in last Jan 2008. I now want to upgrade the program to its latest version, but I don't want to go through the process of deleting the existing version and downloading the new version. This is because my existing R program has numerous packages that I downloaded for my research work. I want to upgrade my R program with those packages in it. Is
2016 Mar 23
2
Re: (no subject)
I tried using tunnelled mode for vm migration, but migration failed with
the error
Permission denied(publickey,password):Connection reset by peer
I have enabled passwordless ssh login at the destination. Also i am able to
connect to the destination using using qemu+ssh.
On Wed, Mar 23, 2016, 6:59 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 23.03.2016 14:13, nidhi d wrote:
2016 Mar 24
3
Re: (no subject)
>From the auth log at the destination:
Failed password for <user> from <ip> port <no> ssh2
On Thu, Mar 24, 2016, 3:50 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 23.03.2016 14:47, nidhi d wrote:
> > I tried using tunnelled mode for vm migration, but migration failed with
> > the error
> >
> > Permission
2016 Mar 24
1
Re: (no subject)
I have made all these changes in my Ubuntu desktop. I have also enabled
passwordless login for ssh at destination. But still, everytime i run into
the same problem.
On Thu, Mar 24, 2016, 4:05 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 24.03.2016 11:23, nidhi d wrote:
> > From the auth log at the destination:
> > Failed password for <user> from <ip>
2016 Mar 30
4
Re: (no subject)
When i tried
virsh migrate <vm> xen+ssh://user@remote/system
I get the error
This function is not supported by the connection driver:virDomainMigrate3
2016 Mar 31
1
Re: (no subject)
Libvirt version as per virsh --version 1.2.2
Xen version as per xl info 4.4.2
I am working with xl toolstack
On Mar 30, 2016 11:09 PM, "Jim Fehlig" <jfehlig@suse.com> wrote:
> nidhi d wrote:
> > When i tried
> >
> > virsh migrate <vm> xen+ssh://user@remote/system
> >
> > I get the error
> >
> > This function is not supported by
2016 Mar 23
2
Re: (no subject)
How is the traffic different when using the tunnelled option rather than
ssh without tunnelling?
On Wed, Mar 23, 2016, 5:14 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> On 22.03.2016 10:28, nidhi d wrote:
> > How is tunnelled option specified during migratiion different than an
> > ordinary ssh connection specified as:- virsh migrate vmName
> >
2016 Mar 22
3
(no subject)
How is tunnelled option specified during migratiion different than an
ordinary ssh connection specified as:- virsh migrate vmName
qemu+ssh://user@remotesys/system?
2009 Nov 05
1
Simulate data for spline/piecewise regression model
Dear All,
I am trying to simulate data for a spline/piecewise regression model. I am missing something fundamental in my simulation procedure because when I try to fit my simulated data using the Gauss-Newton method in SAS, I am getting some wacky parameter estimates. Can anyone please check my simulation code and tell me what mistake I am making in generating data for spline model?
Thank you
2008 Mar 14
3
`const_missing'': uninitialized constant Spec::Rails
Hi!
I''m experiencing such error while running simple model rspec just to
make sure everything is working.
$ script/spec spec/models/site_user_spec.rb
/var/lib/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:100:in
`const_missing'': uninitialized constant Spec::Rails (NameError)
from
2011 Jan 17
0
help on strange installation process of JRI / rJava 0.9.0
Hi Nidhi,
> ... On the other hand, I also found that JRI.jar is missing from
> both of these (piodev...) installations. ...
this is resolved now in the /mnt/tools/r installation.
Background: When compiling R, one needs to provide an option
"--enable-R-shlib" in order that R is capable of dynamically linking
libraries. Now the desired JRI package (Java calls into R) is part of
2016 Mar 01
0
libvirt-ext transport
I cannot find any documentation regarding usage of ext mode of transport
for VM Migration in libvirt. Can anyone give me ideas?
Nidhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20160301/602603cc/attachment.htm>
2016 Mar 23
0
Re: (no subject)
On 23.03.2016 14:13, nidhi d wrote:
> How is the traffic different when using the tunnelled option rather than
> ssh without tunnelling?
There are two migration streams here:
1) libvirt (used to transfer libvirt's internal state of domain onto the
other side)
2) qemu (used to transfer qemu's internal state of domain onto the other
side)
specifying bare qemu+ssh:/// makes libvirt
2016 Mar 23
0
Re: (no subject)
On 22.03.2016 10:28, nidhi d wrote:
> How is tunnelled option specified during migratiion different than an
> ordinary ssh connection specified as:- virsh migrate vmName
> qemu+ssh://user@remotesys/system?
>
>
virsh migrate --tunelled ...
Michal