Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8624995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:40:21+00:00 2026-06-12T07:40:21+00:00

Suppose the user sets dim (1, …., n), and then one or more x_i

  • 0

Suppose the user sets dim (1, …., n), and then one or more x_i variables values, with i = 1,…, n.

After some more computations I need to automatically return a dim-dimensional vector vec of the form: (0, 0, 0.2, 0, 0, …, 0.3), where in this specific case the user has set:

dim <- 10
x_3 <- 0.2
x_10 <- 0.3

Of course it is immediate to do:

vec <- rep(0, dim)
vec[3] <- x_3
vec[10] <- x_10

However, since I want to automatize as much operations as possible, I ask you how would you link the x_i variables together with the “respective” element of vec, taking into account that a priori it is not known which/how many variables will be set different from 0.

In other languages this could be done using a for-loop with macro variables… the syntax is wrong, but the idea is something like this:

vec <- rep(0, dim)

for (i in 1:dim) {
  if (as.integer(exists(x_i))==1) {
    vec[i] <- x_i
 } 
} 

what would you suggest? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:40:22+00:00Added an answer on June 12, 2026 at 7:40 am
    sapply(paste("x_",seq(dim),sep=""),function(x) if(exists(x)) get(x) else 0)
     x_1  x_2  x_3  x_4  x_5  x_6  x_7  x_8  x_9 x_10 
     0.0  0.0  0.2  0.0  0.0  0.0  0.0  0.0  0.0  0.3
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose a user selects a file in a dialogue box, and the app then
Suppose we have a menu which presents the user with some options: Welcome: 1)
I am developing one application. Suppose user save question with 4 option and one
I have some lookupedits binded to some lists where the user can choose values
Suppose user has opened my web application in many different browser windows. After sometime
Suppose user taps on a button and video begins to play. Now when video
I want to create sub-domains using PHP on the fly. Suppose a user registers
I have a list of foods (e.g. apple, pear, banana, etc.). Suppose a user
Suppose I ask the user do you want to run in 32bit mode or
Suppose I have a user defined type: CREATE OR REPLACE TYPE TEST_TYPE AS OBJECT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.