plot.fcomplete: Plots the fcomplete fit object

View source: R/plot.fcomplete.R

plot.fcompleteR Documentation

Plots the fcomplete fit object

Description

Plots the fcomplete fit object

Usage

## S3 method for class 'fcomplete'
plot(
  model,
  rows = 1,
  true = NULL,
  test = NULL,
  title = NULL,
  filename = NULL,
  ylim = NULL,
  width = 10,
  height = 10
)

Arguments

n

number of observations

d

number of dimensions

K

true 'low dimension'

dgrid

size of the grid

clear

fraction of observations to remove

noise_mag

the magnitude of noise

Details

The function simulates data as described in the paper. Generates observations X1,X2 and a Y = X1 + X2 + noise

See Also

fregression


kidzik/fcomplete documentation built on Aug. 24, 2023, 5:44 a.m.